We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefba59 commit 279ea28Copy full SHA for 279ea28
src/um_fields_subset.py
@@ -108,7 +108,7 @@ def initialize_output_file(ff):
108
file_copy.fields = []
109
return file_copy
110
111
-def create_default_outname(f, suffix="_subset"):
+def create_default_outname(filename, suffix="_subset"):
112
"""
113
Create a default output filename by appending a suffix to the input filename.
114
If an output filename already exists, a number will be appended to produce a unique output filename.
0 commit comments