We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3e4a4 commit 23756c0Copy full SHA for 23756c0
comiclib/utils.py
@@ -88,7 +88,7 @@ def is_dir(self):
88
return self._is_dir
89
90
class ArchiveFile:
91
- support_formats = re.compile('.+\.(zip|rar|7z)$', re.IGNORECASE)
+ support_formats = re.compile(r'.+\.(zip|rar|7z)$', re.IGNORECASE)
92
executable = None
93
94
def __init__(self, file):
0 commit comments