Skip to content

Commit

Permalink
Update PyPIOMAS.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Weiming authored Dec 17, 2020
1 parent d576ba2 commit 7fcabe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyPIOMAS/PyPIOMAS.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def to_netcdf(self, file_out, overwrite=True, stack_years=True):
long_names=long_names, units=units, file_out=file_out, verbose=self.verbose)

if stack_years:
file_tmp = '.tmp'.format(file_out)
file_tmp = '{}.tmp'.format(file_out)

if self.verbose:
print('Stacking multiple years ...')
Expand Down

0 comments on commit 7fcabe7

Please sign in to comment.