Skip to content

Commit

Permalink
script/ptl-tool.py: Fixed error message
Browse files Browse the repository at this point in the history
Signed-off-by: Jos Collin <jcollin@redhat.com>
  • Loading branch information
joscollin committed Oct 3, 2017
1 parent 192ade0 commit cf931d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/ptl-tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def build_branch(args):
base_path = args.base_path + base
base = filter(lambda r: r.path == base_path, G.refs)[0]
except IndexError:
log.error("Branch base does not exist!")
log.error("Branch " + base + " does not exist!")
sys.exit(1)

# So we know that we're not on an old test branch, detach HEAD onto ref:
Expand Down

0 comments on commit cf931d3

Please sign in to comment.