Fix action #1906 move only moves one

This commit is contained in:
Alberto Planas 2014-03-13 11:01:51 +01:00
parent 69afaf19f3
commit 1bf0d22bc6

View File

@ -121,6 +121,7 @@ class StagingAPI(object):
# Delete the old one # Delete the old one
self.rm_from_prj(source_project, request_id=req_id, self.rm_from_prj(source_project, request_id=req_id,
msg='Moved to {}'.format(destination_project)) msg='Moved to {}'.format(destination_project))
return True
def get_staging_projects(self): def get_staging_projects(self):
""" """