aboutsummaryrefslogtreecommitdiffstats
path: root/extras/erlang.py
diff options
context:
space:
mode:
Diffstat (limited to 'extras/erlang.py')
-rw-r--r--extras/erlang.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/erlang.py b/extras/erlang.py
index 49f6d5b..0b93d9a 100644
--- a/extras/erlang.py
+++ b/extras/erlang.py
@@ -51,7 +51,7 @@ class erl(Task.Task):
if n.abspath() in scanned:
continue
- for i in re.findall('-include\("(.*)"\)\.', n.read()):
+ for i in re.findall(r'-include\("(.*)"\)\.', n.read()):
for d in task.erlc_incnodes:
r = d.find_node(i)
if r: