Skip to content

Commit 1733121

Browse files
committed
FDS Utilities: fix typo in yaml 2 fds script
1 parent 4af3c5f commit 1733121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/Python/scripts/cantera_yaml_2_fds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
spec_data_flag = True
4646
prop_flag = args.fds_prop
4747

48-
mfo_file_flag = False
48+
mf0_file_flag = False
4949
if args.mf0_file!='noinput':
5050
try:
5151
mf0_data=pd.read_csv(args.mf0_file, keep_default_na=False, na_values=['_'])

0 commit comments

Comments
 (0)