Skip to content

Commit

Permalink
Close as ERRATA
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Sep 10, 2015
1 parent 3497d7d commit a7c4d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bodhi/bugs.py
Expand Up @@ -114,7 +114,7 @@ def close(self, bug_id, versions):
# - space-separated if there's more than one. # - space-separated if there's more than one.
args['fixedin'] = " ".join(fixedin) args['fixedin'] = " ".join(fixedin)


bug.close('NEXTRELEASE', **args) bug.close('ERRATA', **args)
except xmlrpclib.Fault: except xmlrpclib.Fault:
log.exception("Unable to close bug #%d" % bug_id) log.exception("Unable to close bug #%d" % bug_id)


Expand Down

0 comments on commit a7c4d15

Please sign in to comment.