Skip to content

Commit

Permalink
pitchfork.py: Fix W605 warning
Browse files Browse the repository at this point in the history
The corobo travis logs was throwing a warning due to the changed
PEP8 escape character sequence rules. It kept throwing a W605
warning.This would happen if the file contained a '\' character,
to fix this we added a `\` in front of it.

Fixes coala#646
  • Loading branch information
Sladyn committed Feb 27, 2019
1 parent 1de93b6 commit 0aab343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pitchfork.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def pitchfork(self, msg, arg):
@$user, you are being pitchforked down to $place
```
.+====----->
\('
\\('
=====================================<%{%{%{>>+===---> $user
/(,
.+====----->
Expand Down

0 comments on commit 0aab343

Please sign in to comment.