We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd02ba commit c119ff7Copy full SHA for c119ff7
rest/bulkio_handler.py
@@ -72,8 +72,8 @@ def open(self, *args):
72
raise ValueError("Port '%s' is not a BULKIO port" % path[0])
73
else:
74
raise ValueError("Port '%s' is not a uses" % path[0])
75
- else:
76
- raise ValueError("Could not find port of name '%s'" % path[0])
+ else:
+ raise ValueError("Could not find port of name '%s'" % path[0])
77
78
except ResourceNotFound, e:
79
self.write_message(dict(error='ResourceNotFound', message=str(e)))
0 commit comments