From 6eb54d27be1f5c0846405846dbe1caa9e8fbad18 Mon Sep 17 00:00:00 2001
From: "Robin.Mueller" <robin.mueller.m@gmail.com>
Date: Sun, 18 Oct 2020 02:22:34 +0200
Subject: [PATCH] include fix

---
 utility/obsw_binary_uploader.py      | 2 +-
 utility/obsw_file_transfer_helper.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/utility/obsw_binary_uploader.py b/utility/obsw_binary_uploader.py
index 0ad1b6a..958b2b0 100644
--- a/utility/obsw_binary_uploader.py
+++ b/utility/obsw_binary_uploader.py
@@ -15,7 +15,7 @@ from glob import glob
 from typing import Deque
 
 from tmtc_core.comIF.obsw_com_interface import CommunicationInterface
-from tc.obsw_tc_service23_sdcard import FileTransferHelper
+from utility.obsw_file_transfer_helper import FileTransferHelper
 import config.obsw_config as g
 from tmtc_core.utility.obsw_tmtc_printer import TmTcPrinter, DisplayMode
 from tmtc_core.utility.obsw_logger import get_logger
diff --git a/utility/obsw_file_transfer_helper.py b/utility/obsw_file_transfer_helper.py
index fbfa233..c6efb90 100644
--- a/utility/obsw_file_transfer_helper.py
+++ b/utility/obsw_file_transfer_helper.py
@@ -12,7 +12,7 @@ from tc.obsw_tc_service23_sdcard import \
 class FileTransferHelper:
     """
     This helper class fills the provided TC queue with appropriate PUS telecommands
-    to transfer a large file.
+    to transfer a file.
     There are three modes which determine which telecommands will be generated:
     1. NORMAL:      Generate telecommand to create a new file and append data packets if
                     the file data is too large. This will be the default mode.
-- 
GitLab