Skip to content

Commit 1c05295

Browse files
authored
Merge pull request #116 from hacklschorsch/115.fix-syntax-warnings
Fix a SyntaxWarning due to an invalid escape sequence
2 parents dc600f6 + e3e98f2 commit 1c05295

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/foolscap/logging/gatherer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,7 @@ def move_incident(self, rel_fn, tubid_s, incident):
518518
return categories
519519

520520

521-
INCIDENT_GATHERER_TACFILE = """\
522-
# -*- python -*-
521+
INCIDENT_GATHERER_TACFILE = r"""# -*- python -*-
523522
524523
# we record the path when 'flogtool create-incident-gatherer' is run, in case
525524
# flogtool was run out of a source tree. This is somewhat fragile, of course.

0 commit comments

Comments
 (0)