Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
Fixing typo in settings.py that prevented the backup-restore.py and g…
Browse files Browse the repository at this point in the history
…et-backup.py script from working. (Closes Issue: #1)
  • Loading branch information
troyhebe committed Oct 29, 2014
1 parent ca8942a commit 1fa5d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpOneView/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def generate_backup(self, blocking=True, verbose=False):
task = self._con.get(taskuri)
if blocking is True:
task = self._activity.wait4task(task, tout=600, verbose=verbose)
backupResource = self._activity.get_task_assocaited_resource(task)
backupResource = self._activity.get_task_associated_resource(task)
backup = self._con.get(backupResource['resourceUri'])
return backup

Expand Down

0 comments on commit 1fa5d31

Please sign in to comment.