Skip to content

Commit

Permalink
use crossplatform os.pathsep
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorgatem committed Jun 4, 2012
1 parent 9f7d2c5 commit f4bd785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoy_finder.py
Expand Up @@ -25,7 +25,7 @@
os.environ['BABEL_DATADIR'] = os.environ["_MEIPASS2"]
os.environ['BABEL_LIBDIR'] = os.environ["_MEIPASS2"]
#%_MEIPASS2% is the directory where the package is decompressed and where all libraries and data are.
os.environ['PATH'] = os.environ['_MEIPASS2'] + ';' + os.environ['PATH']
os.environ['PATH'] = os.environ['_MEIPASS2'] + os.pathsep + os.environ['PATH']
print 'BABEL_DATADIR set to ', os.environ['BABEL_DATADIR']

import sys
Expand Down

0 comments on commit f4bd785

Please sign in to comment.