i just updated to the latest cvs version, and get this error when i try to launch it:
Traceback (most recent call last): File "./mattricks.py", line 36, in ? Init.start() File "/home/zazell/cvs/Mattricks/Mattricks/Init.py", line 57, in start Commandline.parse_and_start() File "/home/zazell/cvs/Mattricks/Mattricks/Commandline.py", line 105, in parse_and_start all_commands[command](args, help_command) File "/home/zazell/cvs/Mattricks/Mattricks/Commandline.py", line 480, in parse_cmd_players sys.stdout.write(_("%s is not a valid season.") % a + "\n\n") UnboundLocalError: local variable 'a' referenced before assignment
On Sat, 24 Jan 2004, Zazell Kroeske wrote:
i just updated to the latest cvs version, and get this error when i try to launch it:
Traceback (most recent call last): File "./mattricks.py", line 36, in ? Init.start() File "/home/zazell/cvs/Mattricks/Mattricks/Init.py", line 57, in start Commandline.parse_and_start() File "/home/zazell/cvs/Mattricks/Mattricks/Commandline.py", line 105, in parse_and_start all_commands[command](args, help_command) File "/home/zazell/cvs/Mattricks/Mattricks/Commandline.py", line 480, in parse_cmd_players sys.stdout.write(_("%s is not a valid season.") % a + "\n\n") UnboundLocalError: local variable 'a' referenced before assignment
Now fixed.
/Ragnar
mattricks@lists.lysator.liu.se