Skip to content

Commit c119ff7

Browse files
committed
Fixed a tab typo
1 parent 4bd02ba commit c119ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest/bulkio_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def open(self, *args):
7272
raise ValueError("Port '%s' is not a BULKIO port" % path[0])
7373
else:
7474
raise ValueError("Port '%s' is not a uses" % path[0])
75-
else:
76-
raise ValueError("Could not find port of name '%s'" % path[0])
75+
else:
76+
raise ValueError("Could not find port of name '%s'" % path[0])
7777

7878
except ResourceNotFound, e:
7979
self.write_message(dict(error='ResourceNotFound', message=str(e)))

0 commit comments

Comments
 (0)