Fixed typo
svn: r171
This commit is contained in:
parent
2e63b50dd7
commit
a953f50881
@ -49,7 +49,7 @@ OpenFailed = "Open Failed"
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
if os.environ.has_key('GRAMPSDIR'):
|
||||
rootDir == os.environ['GRAMPSDIR']
|
||||
rootDir = os.environ['GRAMPSDIR']
|
||||
else:
|
||||
rootDir = "."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user