Skip to content

Commit be839e1

Browse files
committed
Use platform.uname instead of os.uname - Windows compatibility
1 parent 0658754 commit be839e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Metallicity_Stack_Commons/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22
from os.path import join
3-
from os import uname
3+
from platform import uname
44

55
from getpass import getuser
66
from socket import gethostname

0 commit comments

Comments
 (0)