Skip to content

Commit

Permalink
Use platform.uname instead of os.uname - Windows compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Feb 23, 2021
1 parent 0658754 commit be839e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Metallicity_Stack_Commons/logging.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys
from os.path import join
from os import uname
from platform import uname

from getpass import getuser
from socket import gethostname
Expand Down

0 comments on commit be839e1

Please sign in to comment.