Skip to content

Commit b5f7104

Browse files
authored
Remove an unused milliseconds member from Installer (archlinux#4199)
1 parent 331634f commit b5f7104

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

archinstall/lib/installer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def __init__(
8080
self.target: Path = target
8181

8282
self.init_time = time.strftime('%Y-%m-%d_%H-%M-%S')
83-
self.milliseconds = int(str(time.time()).split('.')[1])
8483
self._helper_flags: dict[str, str | bool | None] = {
8584
'base': False,
8685
'bootloader': None,

0 commit comments

Comments
 (0)