Skip to content

Commit

Permalink
Comments to get travis test passing
Browse files Browse the repository at this point in the history
  • Loading branch information
durack1 committed Dec 8, 2016
1 parent 9624087 commit 428d280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/io/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def provenanceGrab(self):
provenance = {}
provenance['platformId'] = platformId
provenance['osAccess'] = ['Root write: ',osAccess[0], '; Root read: ',osAccess[1]]
provenance['condaEnv'] =
provenance['condaEnv'] = ''
return provenance

def setTargetGrid(self, target, regridTool="esmf", regridMethod="linear"):
Expand Down

0 comments on commit 428d280

Please sign in to comment.