From 3cda4cd5557ccf217010e7a273e8a66d2dc85cfc Mon Sep 17 00:00:00 2001 From: Fiodar Date: Sun, 27 Jun 2021 15:42:11 +0200 Subject: [PATCH] Update backends/platform/symbian/symbian_builder/piper.py Co-authored-by: Filippos Karapetis --- backends/platform/symbian/symbian_builder/piper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/platform/symbian/symbian_builder/piper.py b/backends/platform/symbian/symbian_builder/piper.py index 5f0856fb4c6..93d7c2ad885 100644 --- a/backends/platform/symbian/symbian_builder/piper.py +++ b/backends/platform/symbian/symbian_builder/piper.py @@ -50,7 +50,7 @@ def thread_func(q): tmp = os.path.join(pth, "bld.inf") SafeWriteFile(tmp, prj_template %fname) -#That timed stuff done because datetime.now() return same time at every call +#Needed because datetime.now() returns the same time for every call start = time.strftime("%H:%M:%S") cmd = subprocess.Popen('bldmake bldfiles', stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd=pth, shell=True) @@ -95,4 +95,4 @@ def build_mmp(try_fix = False): if __name__ == "__main__": - build_mmp() \ No newline at end of file + build_mmp()