Skip to content

Commit

Permalink
Review comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
sushanthakumar committed Jun 22, 2021
1 parent cdf299b commit a0f7e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delfin/exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class VolumeNotFound(NotFound):


class StorageHostInitiatorNotFound(NotFound):
msg_fmt = _("Storage host initiator{0} could not be found.")
msg_fmt = _("Storage host initiator {0} could not be found.")


class StorageHostNotFound(NotFound):
Expand Down

0 comments on commit a0f7e35

Please sign in to comment.