Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
wisechengyi committed Jul 9, 2018
1 parent 9ce0026 commit ee4b3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pex/pex_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def _verify_entry_point(self, entry_point):
final_candidates.append(c)

if not final_candidates:
raise self.InvalidEntryPoint("No method name {} has been found in {}."
raise self.InvalidEntryPoint("No method name `{}` has been found in {}."
.format(ep_method, file_candidates))

def _gather_file_candidates(self, entry_point_elements):
Expand Down

0 comments on commit ee4b3a5

Please sign in to comment.