Skip to content

Commit

Permalink
Update tasks/files/snapshot.py
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Megginson <[email protected]>
  • Loading branch information
trgill and richm authored Jan 31, 2024
1 parent d1e6cf7 commit bcef66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/files/snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class SnapshotStatus:
ERROR_UNKNOWN_FAILURE = 25
ERROR_REVERT_FAILED = 26
ERROR_EXTEND_NOT_SNAPSHOT = 27
ERROR_EXTNED_NOT_FOUND = 28
ERROR_EXTEND_NOT_FOUND = 28
ERROR_EXTNED_FAILED = 29
ERROR_EXTEND_VERIFY_FAILED = 29

Expand Down

0 comments on commit bcef66a

Please sign in to comment.