Skip to content

Commit

Permalink
Updated GUI code to use new command for loading the params-form
Browse files Browse the repository at this point in the history
  • Loading branch information
lawhead committed Nov 13, 2024
1 parent 6c742a3 commit d8a3329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcipy/gui/BCInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def edit_parameters(self) -> None:
return None

output = subprocess.check_output(
f'python {BCIPY_ROOT}/gui/parameters/params_form.py -p "{self.parameter_location}"',
f'bcipy-params -p "{self.parameter_location}"',
shell=True)
if output:
self.parameter_location = output.decode().strip()
Expand Down

0 comments on commit d8a3329

Please sign in to comment.