Skip to content

Commit

Permalink
remove clearfolder call that removes input GCAM raw CSV files
Browse files Browse the repository at this point in the history
  • Loading branch information
crvernon committed Jan 8, 2018
1 parent c1faca6 commit f4e9cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demeter_w/DataReader/ConfigSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def setGCAMDataFiles(self):
if not self.UseGCAMDatabase:
(_, self.regions_ordered) = GCAMutil.rd_rgn_table(self.RegionNames)
else:
clearfolder(self.GCAM_CSV)
# clearfolder(self.GCAM_CSV)
GCAMOutputs.GCAMData(self) # Query GCAM database

pathname = self.GCAM_CSV
Expand Down

0 comments on commit f4e9cf6

Please sign in to comment.