From 9cd4846d396373325fc5e03a367fed236dfc16d7 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 17 Nov 2022 17:39:01 +0100 Subject: [PATCH] correction for hardcoded path --- tmtc/payload/ploc_supervisor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmtc/payload/ploc_supervisor.py b/tmtc/payload/ploc_supervisor.py index bf30308..e47b00e 100644 --- a/tmtc/payload/ploc_supervisor.py +++ b/tmtc/payload/ploc_supervisor.py @@ -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: