From 98286ac304c073dfb24e5f90267d25bbe10ae42a Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" <robin.mueller.m@gmail.com> Date: Sun, 4 Oct 2020 15:57:28 +0200 Subject: [PATCH] type specified --- tc/obsw_tc_service23.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc/obsw_tc_service23.py b/tc/obsw_tc_service23.py index d0e0907..ff3e746 100644 --- a/tc/obsw_tc_service23.py +++ b/tc/obsw_tc_service23.py @@ -41,7 +41,7 @@ class Service23WriteToFile: self.data_to_pack += bytearray(filename, 'utf-8') self.pus_packets = self.split_large_file(size_of_data_blocks) - def split_large_file(self, size_of_data_blocks): + def split_large_file(self, size_of_data_blocks: int): """ This function splits a large file in multiple packets This is necessary because the packet size is limited -- GitLab