AcademySoftwareFoundation / OpenCue

A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
832 stars 202 forks source link

Can't kill a job from CueGui if running on Windows #1519

Closed KernAttila closed 1 month ago

KernAttila commented 1 month ago

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:

  1. Open CueGui on a Windows host
  2. Kill a frame
  3. AttributeError: module 'os' has no attribute 'uname'.

Expected behavior Same behavior on Windows and Linux.

Version Number 0.35