Commit 016a482a authored by Jim Fulton's avatar Jim Fulton

Fixed a bug in my last fix. It's still not as robust as I'd

like it to be.  Oh well.  At least it's better than it was.
parent fdb31b47
......@@ -85,7 +85,7 @@
"""Global definitions"""
__version__='$Revision: 1.30 $'[11:-2]
__version__='$Revision: 1.31 $'[11:-2]
import sys, os
from DateTime import DateTime
......@@ -111,6 +111,7 @@ except:
home=os.path.split(home)[0]+d[2:]
else:
home=home+d[1:]
else: home=d
else:
home=os.getcwd()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment