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
3894b59c
Unverified
Commit
3894b59c
authored
Sep 18, 2020
by
citronalco
Committed by
GitHub
Sep 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update fm4-7tage-download.py
Fix renaming of saved files
parent
3125de7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fm4-7tage-download.py
fm4-7tage-download.py
+2
-2
No files found.
fm4-7tage-download.py
View file @
3894b59c
...
...
@@ -274,7 +274,7 @@ for hit in result['hits']:
# done
os
.
rename
(
show
Info
[
'filepath'
]
+
".part"
,
show
Info
[
'filepath'
])
os
.
chmod
(
show
Info
[
'filepath'
],
0o644
)
os
.
rename
(
part
Info
[
'filepath'
]
+
".part"
,
part
Info
[
'filepath'
])
os
.
chmod
(
part
Info
[
'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