aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/due.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/command/due.py')
-rw-r--r--libbe/command/due.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/command/due.py b/libbe/command/due.py
index ddf111a..2f7d181 100644
--- a/libbe/command/due.py
+++ b/libbe/command/due.py
@@ -65,7 +65,7 @@ class Due (libbe.command.Command):
bugdir,bug,comment = (
libbe.command.util.bugdir_bug_comment_from_user_id(
bugdirs, params['bug-id']))
- if params['due'] == None:
+ if params['due'] is None:
due_time = get_due(bug)
if due_time is None:
print('No due date assigned.', file=self.stdout)