From 6467ebcba0ffa5ad551be0224a36a6d5c3b9d22e Mon Sep 17 00:00:00 2001 From: Clemens Barth Date: Wed, 26 Apr 2023 15:55:49 +0200 Subject: [PATCH] Concerns last commit: I forgot to add 'import os' and to add some spaces. --- AFM_thumbs/Variables.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AFM_thumbs/Variables.py b/AFM_thumbs/Variables.py index 95a54e9..ab4c6b7 100755 --- a/AFM_thumbs/Variables.py +++ b/AFM_thumbs/Variables.py @@ -24,6 +24,7 @@ # DO NOT REMOVE THIS PREAMBLE !!! # +import os import time import pathlib @@ -98,6 +99,7 @@ globvar_console = ("\n\n" + globvar_spaces + globvar_name + " - " + globvar_year + "\n" + + globvar_spaces + "GIT commit: " + globvar_git_version + "\n" + globvar_spaces + "www.root-1.de\n\n" + globvar_spaces + "Today: " +