correction for hardcoded path
This commit is contained in:
parent
2cdc210541
commit
9cd4846d39
@ -687,7 +687,7 @@ def get_update_file() -> str:
|
||||
input_helper = InputHelper(update_file_dict)
|
||||
key = input_helper.get_key()
|
||||
if key == HARDCODED:
|
||||
file = "/home/rmueller/EIVE/eive-obsw/tmtc/filetest"
|
||||
file = "/home/rmueller/EIVE/eive-obsw/tmtc/filetest/fake_5kb.bin"
|
||||
elif key == MANUAL_INPUT:
|
||||
file = input("Ploc Supervisor: Specify absolute name of update file: ")
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user