correction for hardcoded path

This commit is contained in:
Robin Müller 2022-11-17 17:39:01 +01:00
parent 2cdc210541
commit 9cd4846d39
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 1 additions and 1 deletions

View File

@ -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: