Skip to content
Snippets Groups Projects
Commit 6d9aa35f authored by Peters, Wouter's avatar Peters, Wouter
Browse files

r should have been read

parent 76b84cb9
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ class CtDaSystem(DaSystem):
import da.tools.io as io
mapfile = os.path.join(self['datadir'],self['regionsfile'])
ncf = io.CT_CDF(mapfile,'r')
ncf = io.CT_CDF(mapfile,'read')
self.regionmap = ncf.GetVariable('budget_region')
dummy = ncf.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment