Skip to content

Commit f5dea98

Browse files
Update src/perturbIC.py
Co-authored-by: Davide Marchegiani <[email protected]>
1 parent f4ca229 commit f5dea98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/perturbIC.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def parse_args():
3030
parser.add_argument('ifile', metavar="INPUT_PATH", help='Path to the input file.')
3131
parser.add_argument('--validate', action='store_true',
3232
help='Validate the output fields file using mule validation.')
33+
parser.add_argument('-o', '--output', dest = output_path, metavar="OUTPUT_PATH", help='Path to the output file. If omitted, the default output file is created by appending "_perturbed" to the input path.')
3334
args_parsed = parser.parse_args()
3435
return args_parsed
3536

0 commit comments

Comments
 (0)