Fix build break

This commit is contained in:
Arun Prakash Jana 2017-11-15 03:13:31 +05:30
parent e00e3eee18
commit 0b58fda16c
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -4167,7 +4167,7 @@ POSITIONAL ARGUMENTS:
else:
edit_aborted = True
if edit_aborted == False:
if edit_aborted is False:
if args.suggest:
tags = bdb.suggest_similar_tag(tags)
bdb.add_rec(url, title_in, tags, desc_in, args.immutable)