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
Debian New Member Process
nm.debian.org
Commits
4e380c7d
Commit
4e380c7d
authored
Mar 10, 2012
by
Enrico Zini
Browse files
And another me being silly
parent
cbeeec56
Changes
1
Hide whitespace changes
Inline
Side-by-side
maintenance/management/commands/maintenance.py
View file @
4e380c7d
...
...
@@ -100,7 +100,7 @@ def check_status_progress_match(**kw):
except
IndexError
:
continue
if
p
.
status
!=
last_proc
.
applying_for
:
log
.
warning
(
"%
d
has status %s but the last completed process was applying for %s"
,
log
.
warning
(
"%
s
has status %s but the last completed process was applying for %s"
,
p
.
uid
,
p
.
status
,
last_proc
.
applying_for
)
class
Command
(
BaseCommand
):
...
...
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