diff --git a/bcipy/gui/BCInterface.py b/bcipy/gui/BCInterface.py index ae7a7892..bfacafad 100644 --- a/bcipy/gui/BCInterface.py +++ b/bcipy/gui/BCInterface.py @@ -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()