Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-11-08 10:56:29 +0100
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-11-08 10:56:29 +0100
commitee9af976ca700f96480f2f1396ed861d78013204 (patch)
treeff796931972b434f40d792d605a7bb3af02562f6 /archinstall
parent08c586632accedad8d708c0d23bda5ef2ff32280 (diff)
Updated documentation
Related to the new log features.
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/installer.py2
1 files changed, 1 insertions, 1 deletions
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 = {