Skip to content

Commit be839e1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Metallicity_Stack_Commons/logging.py

+1-1
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)