correct comment sign

the # indicates the end of a list
This commit is contained in:
Martin Diehl 2019-01-09 16:29:59 +01:00
parent 0dca8d2740
commit c5dabbb68f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def output(cmds,locals,dest):
#------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------
def init(): def init():
return [ return [
"#"+' '.join([scriptID] + sys.argv[1:]), "|"+' '.join([scriptID] + sys.argv[1:]),
"*draw_manual", # prevent redrawing in Mentat, should be much faster "*draw_manual", # prevent redrawing in Mentat, should be much faster
"*new_model yes", "*new_model yes",
"*reset", "*reset",