Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
pyworker
Commits
9a0a0826
Commit
9a0a0826
authored
Aug 05, 2019
by
Julian Rother
Browse files
Moved path for intro slides to WORKER_RAW
parent
b3781f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
intro
View file @
9a0a0826
...
...
@@ -15,7 +15,7 @@ def main():
if
not
len
(
sys
.
argv
)
==
5
:
exit
(
1
)
data
=
getjobdata
()
outputfile
=
buildpath
(
os
.
environ
.
get
(
'WORKER_R
ELEASED
'
),
data
[
'path'
]);
outputfile
=
buildpath
(
os
.
environ
.
get
(
'WORKER_R
AW
'
),
data
[
'path'
]);
data
=
data
[
'metadata'
]
with
Image
.
new
(
"RGB"
,(
1920
,
1080
),
"black"
)
as
img
:
fontpath
=
'assets/LiberationSans-Regular.ttf'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment