Skip to content

Commit 34a7160

Browse files
committed
append the name of the variable
derp
1 parent 4dd52a7 commit 34a7160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oneCommand.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def parse_commands(commands):
144144
if name in varnames:
145145
cprint("WARNING: Duplicate variable {var}. Using first definition.", color=bcolors.YELLOW, var=name)
146146
else:
147-
varnames.append()
147+
varnames.append(name)
148148
variables.append(CmdVariable(name, contents))
149149

150150
init = False

0 commit comments

Comments
 (0)