Skip to content

Commit

Permalink
should fix vcs errors (does on rhea except for pix diff)
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Jun 23, 2015
1 parent 40cf745 commit 4465053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/cdms2/Lib/cdmsobj.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def __init__(self, node = None):
self.__dict__['___cdms_internals__']=[
'__cdms_internals__','___cdms_internals__',
'_node_','_obj_',
'_numericType_','_grid_',
'_numericType_','_grid_','_bounds_',
'parent','attributes','shape','autoApiInfo']
self.attributes={}
self._node_ = node
Expand Down

0 comments on commit 4465053

Please sign in to comment.