Skip to content

Commit

Permalink
#141 Add parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
singhd789 committed Sep 4, 2024
1 parent 7069840 commit 721395c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fre/make/runFremake.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def fremake_run(yamlfile, experiment, platform, target, parallel, jobs, no_paral
freVars = varsfre.frevars(full_combined)

## Open the yaml file and parse as fremakeYaml
modelYaml = yamlfre.freyamlfull_combined,freVars)
modelYaml = yamlfre.freyaml(full_combined,freVars)
fremakeYaml = modelYaml.getCompileYaml()

## Error checking the targets
Expand Down

0 comments on commit 721395c

Please sign in to comment.