Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Citronalco
br-download
Commits
1d7785b7
Commit
1d7785b7
authored
Sep 14, 2020
by
Bernhard Geier
Browse files
set permissions on downloaded files to 644
parent
eba724a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
nachtmix-download.py
View file @
1d7785b7
...
...
@@ -242,4 +242,6 @@ for bc in broadcastJson['channelBroadcasts']:
# done
shutil
.
move
(
tmpFile
,
meta
[
'filepath'
])
os
.
chmod
(
meta
[
'filepath'
],
0o644
)
print
(
"done."
,
flush
=
True
)
zuendfunk-download.py
View file @
1d7785b7
...
...
@@ -242,4 +242,6 @@ for bc in broadcastJson['channelBroadcasts']:
# done
shutil
.
move
(
tmpFile
,
meta
[
'filepath'
])
os
.
chmod
(
meta
[
'filepath'
],
0o644
)
print
(
"done."
,
flush
=
True
)
Write
Preview
Supports
Markdown
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