Skip to content

Commit

Permalink
made more effective, now able to be run through the notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jun 10, 2014
1 parent add9cf8 commit 611e9a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyhrrr.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@

wkdir = os.getcwd()

directory = wkdir
directory = wkdir[:]

while "HRRR" in directory:
os.chdir(os.path.abspath('..'))
directory = os.getcwd()

dirpath = os.path.abspath("HRRR")

Expand Down

0 comments on commit 611e9a5

Please sign in to comment.