Skip to content
Snippets Groups Projects
Commit 9a0a0826 authored by Julian Rother's avatar Julian Rother
Browse files

Moved path for intro slides to WORKER_RAW

parent b3781f82
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ def main():
if not len(sys.argv) == 5:
exit(1)
data = getjobdata()
outputfile = buildpath(os.environ.get('WORKER_RELEASED'), data['path']);
outputfile = buildpath(os.environ.get('WORKER_RAW'), data['path']);
data = data['metadata']
with Image.new("RGB",(1920,1080),"black") as img:
fontpath = 'assets/LiberationSans-Regular.ttf'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment