summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/allowlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/allowlist.py')
-rw-r--r--testing/talos/talos/allowlist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/talos/talos/allowlist.py b/testing/talos/talos/allowlist.py
index 195d85b6e1..7ec737d927 100644
--- a/testing/talos/talos/allowlist.py
+++ b/testing/talos/talos/allowlist.py
@@ -85,7 +85,7 @@ class Allowlist:
if len(parts) >= 2:
filename = "%s%s" % (parts[0], new_name)
- return filename.strip("/\\\ \t")
+ return filename.strip("/\\\\ \t")
def check(self, test, file_name_index, event_source_index=None):
errors = {}