Skip to content

Commit

Permalink
Fix error in Orange
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jun 14, 2021
1 parent 42f2025 commit da20550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IM/connectors/Orange.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def concrete_system(self, radl_system, str_url, auth_data):
return None

@staticmethod
def get_volumes(driver, image, radl):
def get_volumes(driver, image, volume, radl):
"""
Create the required volumes (in the RADL) for the VM.
Expand Down

0 comments on commit da20550

Please sign in to comment.