Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Citronalco
FM4-7Tage-Download
Commits
e29e35ff
Commit
e29e35ff
authored
Sep 14, 2020
by
Bernhard Geier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set permission on downloaded files to 644
parent
1089f42c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
fm4-7tage-download.py
fm4-7tage-download.py
+2
-0
No files found.
fm4-7tage-download.py
View file @
e29e35ff
...
...
@@ -275,4 +275,6 @@ for hit in result['hits']:
# done
os
.
rename
(
showInfo
[
'filepath'
]
+
".part"
,
showInfo
[
'filepath'
])
os
.
chmod
(
showInfo
[
'filepath'
],
0o644
)
print
(
"done."
,
flush
=
True
)
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