Skip to content

Commit

Permalink
Fix extraneous colon
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Apr 16, 2016
1 parent 75c6f1c commit 25e87a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pudb/lowlevel.py
Expand Up @@ -44,7 +44,7 @@ def get_breakpoint_invalid_reason(filename, lineno):
return "Line is beyond end of file."

try:
executable_lines = get_executable_lines_for_file(filename):
executable_lines = get_executable_lines_for_file(filename)
except SyntaxError:
return "File failed to compile."

Expand Down

0 comments on commit 25e87a1

Please sign in to comment.