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
mentors.debian.net
debexpo
Commits
3e65f382
Verified
Commit
3e65f382
authored
Feb 23, 2020
by
Mattia Rizzolo
Browse files
make the code pass python3's flake8
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
e0eb7a26
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/importer/importer.py
View file @
3e65f382
...
@@ -258,7 +258,7 @@ class Importer(object):
...
@@ -258,7 +258,7 @@ class Importer(object):
if
use_log
:
if
use_log
:
log
.
critical
(
reason
)
log
.
critical
(
reason
)
else
:
else
:
print
>>
sys
.
stderr
,
reason
print
(
reason
,
file
=
sys
.
stderr
)
self
.
_remove_files
()
self
.
_remove_files
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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