Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ievgen Vovk
ctapipe_io_magic
Commits
4ea21038
Commit
4ea21038
authored
Apr 15, 2019
by
Ievgen Vovk
Browse files
One more regexp fix.
parent
69ef5df6
Changes
1
Show whitespace changes
Inline
Side-by-side
ctapipe_io_magic/__init__.py
View file @
4ea21038
...
...
@@ -118,7 +118,7 @@ class MAGICEventSource(EventSource):
pass
except
ImportError
:
if
re
.
match
(
'.+_m\d_.+root'
,
file_path
.
lower
())
is
None
:
if
re
.
match
(
r
'.+_m\d_.+root'
,
file_path
.
lower
())
is
None
:
is_magic_root_file
=
False
return
is_magic_root_file
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment