Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
timothydmorton committed Jun 1, 2018
1 parent 7de7732 commit 06fe396
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions isochrones/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@
ISOCHRONES = os.getenv('ISOCHRONES',
os.path.expanduser(os.path.join('~','.isochrones')))

# if not os.path.exists(ISOCHRONES):
# os.makedirs(ISOCHRONES)

POLYCHORD = os.getenv('POLYCHORD',
os.path.expanduser(os.path.join('~','PolyChord')))

0 comments on commit 06fe396

Please sign in to comment.