Commit b9411d87d25a3c0f0cfe6274e51775fc8a0c1bbe

Authored by Alexis Koralewski
1 parent 07a183cf
Exists in dev

fix pyros start

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
pyros.py
... ... @@ -964,8 +964,8 @@ def start(agent: str, configfile: str, observatory: str, unit: str, computer_hos
964 964 cmd += " -t"
965 965 if verbose_mode():
966 966 cmd += " -v"
967   - if configfile:
968   - cmd += " {configfile}"
  967 + # if configfile:
  968 + # cmd += f" {configfile}"
969 969 if computer_hostname:
970 970 cmd += " -c {computer_hostname}"
971 971  
... ...