Describe the bug
We are unable to "kill" a frame/job from CueGui running on Windows.
os.uname() is not available on Windows, we can safely replace it by platform.uname() (tested on Linux and Windows)
To Reproduce
Steps to reproduce the behavior:
Open CueGui on a Windows host
Kill a frame
AttributeError: module 'os' has no attribute 'uname'.
Expected behavior
Same behavior on Windows and Linux.
Describe the bug We are unable to "kill" a frame/job from CueGui running on Windows.
os.uname()
is not available on Windows, we can safely replace it byplatform.uname()
(tested on Linux and Windows)To Reproduce Steps to reproduce the behavior:
AttributeError: module 'os' has no attribute 'uname'.
Expected behavior Same behavior on Windows and Linux.
Version Number 0.35