Skip to content

Commit

Permalink
Fix pylint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
gareth-palmer committed Jun 15, 2021
1 parent 6bfeef8 commit 1c3873b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgiexecute
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def main():
except ValueError:
raise ProgramError(f'Invalid priority: {priority}')
else:
url, priority = argument, 0
url, priority = argument, 0

if not re.search(r'(?x) ^ (?: (?: Dial | EditDial) : [0-9#*]+'
r' | (?: Key | SoftKey | Init) : [a-zA-Z]+'
Expand Down

0 comments on commit 1c3873b

Please sign in to comment.