Got rid of unnecessary global keyword
This commit is contained in:
parent
5b023bb0a1
commit
864191b6ed
@ -40,7 +40,6 @@
|
||||
linux_os_version = '6'
|
||||
|
||||
if platform.name == 'linux':
|
||||
global linux_os_name, linux_os_version
|
||||
linux_os = platform.operating_system("default_os")
|
||||
linux_os_name = linux_os.name
|
||||
linux_os_version = linux_os.version
|
||||
|
Loading…
Reference in New Issue
Block a user