mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
Worker improvements
This commit is contained in:
@@ -19,8 +19,8 @@ def aerender_path():
|
||||
|
||||
class AERenderWorker(BaseRenderWorker):
|
||||
|
||||
@staticmethod
|
||||
def version():
|
||||
@classmethod
|
||||
def version(cls):
|
||||
version = None
|
||||
try:
|
||||
x = subprocess.Popen([aerender_path(), '-version'], stdout=subprocess.PIPE)
|
||||
|
||||
Reference in New Issue
Block a user