From ee9af976ca700f96480f2f1396ed861d78013204 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 8 Nov 2020 10:56:29 +0100 Subject: Updated documentation Related to the new log features. --- archinstall/lib/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/lib') diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 79621058..775de50a 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -37,7 +37,7 @@ class Installer(): self.profile = profile self.hostname = hostname self.mountpoint = mountpoint - self.init_time = time.strftime('%Y-%m-%d %H:%M:%S') + self.init_time = time.strftime('%Y-%m-%d_%H-%M-%S') self.milliseconds = int(str(time.time()).split('.')[1]) self.helper_flags = { -- cgit v1.2.3-54-g00ecf