Skip to content

Commit

Permalink
Merge pull request #1409 from grycap/devel
Browse files Browse the repository at this point in the history
return correct error
  • Loading branch information
micafer authored Sep 8, 2022
2 parents 1e029da + a1be759 commit 6637f85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions IM/connectors/OSCAR.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ def launch(self, inf, radl, requested_radl, num_vm, auth_data):
self.log_exception("Error creating OSCAR function: %s." % ex)
res.append((False, "%s" % ex))

res.append((True, vm))

return res

def finalize(self, vm, last, auth_data):
Expand Down

0 comments on commit 6637f85

Please sign in to comment.