mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
Combine add_job and upload_file methods
This commit is contained in:
@@ -38,7 +38,7 @@ class BaseRenderWorker(object):
|
||||
def version():
|
||||
return 'Unknown'
|
||||
|
||||
def __init__(self, input_path, output_path, args=None, ignore_extensions=False):
|
||||
def __init__(self, input_path, output_path, args=None, ignore_extensions=True):
|
||||
|
||||
if not ignore_extensions:
|
||||
if not any(ext in input_path for ext in self.supported_extensions):
|
||||
|
||||
Reference in New Issue
Block a user