Skip to content

Commit

Permalink
first folder wasnt getting cleaned when using a fresh folder, now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lcgraham committed Dec 8, 2014
1 parent f5fc6e4 commit bf93456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polyadcirc/pyGriddata/grid_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def prep_all(self, removeBinaries=False, class_nums=None, condense=True,
class_nums.remove(0)
self.cleanup_landuse_folder(os.path.join(self.basis_dir,
'landuse_00'))
fm.rename13(['landuse_00'], self.basis_dir)
elif rank == 0:
script_list = self.setup_landuse_folders()
else:
Expand Down

0 comments on commit bf93456

Please sign in to comment.