[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()