Skip to content

Commit ad7473a

Browse files
authored
Merge pull request #163 from falconstryker/devel
MarsInterp fix (indent return)
2 parents 76d1dd1 + 83122b3 commit ad7473a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amescap/Ncdf_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def copy_Ncaxis_with_content(self, Ncdim_var):
282282
if attr_name not in ['long_name', 'units', 'cartesian_axis', '_FillValue', 'positive']:
283283
setattr(self.var_dict[Ncdim_var._name], attr_name,
284284
getattr(Ncdim_var, attr_name))
285-
return
285+
return
286286

287287
self.var_dict[Ncdim_var._name].long_name = longname_txt
288288
self.var_dict[Ncdim_var._name].units = units_txt

0 commit comments

Comments
 (0)