Skip to content

Commit 522034b

Browse files
committed
Fix EEMSWrite output file param
1 parent 66e2c3c commit 522034b

File tree

1 file changed

+1
-1
lines changed
  • mpilot/libraries/eems/netcdf

1 file changed

+1
-1
lines changed

mpilot/libraries/eems/netcdf/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class EEMSWrite(SameArrayShapeMixin, Command):
9393

9494
display_name = "Write"
9595
inputs = {
96-
"OutFileName": params.PathParameter(),
96+
"OutFileName": params.PathParameter(must_exist=False),
9797
"OutFieldNames": params.ListParameter(params.ResultParameter(params.DataParameter())),
9898
"DimensionFileName": params.PathParameter(must_exist=True),
9999
"DimensionFieldName": params.StringParameter(),

0 commit comments

Comments
 (0)