Source MUD
Source MUDNewsWikiBugsForumFilesSourceGIT LoginRegister
HomeBugsBug #0010
[bug?]SyntaxError: invalid syntax
Bug #0010
Reported by leera
Aug 27th, 2008 at 8:06pm EDT
[root@mail sourcemud-0.0.2]# python
Python 2.3.4 (#1, Mar 10 2006, 06:12:09)
[GCC 3.4.5 20051201 (Red Hat 3.4.5-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
#######################################
[root@mail sourcemud-0.0.2]# ./sourcemud
File "./src/main.py", line 84
finally:
^
SyntaxError: invalid syntax

#######################################
except Exception, e:
tb = '\n'.join([' '+x for x in traceback.format_exc().split('\n') if x])
Log.msg('EXCEPTION:\n'+tb, level=Log.ERROR)
raise
finally:<-----------------------------------This Line.
Area.saveAll()

try:
os.unlink(Config.pid)
except OSError:
pass

##########
BUG?

Additional Comments:
or Login