Scheduled_job work

This commit is contained in:
Brett Williams
2023-05-24 09:49:25 -05:00
parent 3e35ffddfd
commit dd2ae2d71a
3 changed files with 25 additions and 28 deletions

View File

@@ -27,12 +27,6 @@ class Blender(BaseRenderEngine):
formats = re.findall(r"'([A-Z_0-9]+)'", format_string)
return formats
@classmethod
def full_report(cls):
return {'version': cls.version(),
'help_text': cls.get_help(),
'formats': cls.get_formats()}
@classmethod
def run_python_expression(cls, project_path, python_expression):
if os.path.exists(project_path):