Skip to content

Commit

Permalink
Fix accidental sys.exit() call in perforce tool.
Browse files Browse the repository at this point in the history
Apparently we flubbed some indentation. Oops =(
  • Loading branch information
davidt committed Sep 27, 2011
1 parent 6c9dc38 commit c2d34b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbtools/clients/perforce.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def check_options(self):
"See: "
"http://www.reviewboard.org/docs/manual/dev/users/"
"tools/post-review/#posting-paths")
sys.exit(1)
sys.exit(1)

def _path_diff(self, args):
"""
Expand Down

0 comments on commit c2d34b2

Please sign in to comment.