Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaZhou-PU committed Aug 15, 2024
1 parent 1043827 commit 459a288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watts/plugin_gcmat.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ def postrun(self, params: Parameters, exec_info: ExecInfo) -> ResultsGCMAT:
gui_outputs_file = output_folder / "GUIOutputs.csv"
if gui_outputs_file.exists():
outputs.append(gui_outputs_file)
return ResultsGCMAT(params, exec_info, self.extra_inputs, outputs)
return ResultsGCMAT(params, exec_info, self.extra_inputs, outputs)

0 comments on commit 459a288

Please sign in to comment.