Skip to content

Commit

Permalink
Merge pull request #1145 from jberry-suse/adi-delete-project-force
Browse files Browse the repository at this point in the history
osclib/adi: include force=True when invoking delete_project().
  • Loading branch information
jberry-suse committed Sep 21, 2017
2 parents 6055922 + 8d6251c commit 4011159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osclib/adi_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def check_adi_project(self, project):
packages.append(req['package'])
self.api.accept_status_comment(project, packages)
try:
delete_project(self.api.apiurl, project)
delete_project(self.api.apiurl, project, force=True)
except urllib2.HTTPError, e:
print e
pass
Expand Down

0 comments on commit 4011159

Please sign in to comment.