Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
e2b6036f
Commit
e2b6036f
authored
Nov 29, 2021
by
Alessio Berti
Browse files
Convert file path to string.
parent
6224c6d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ctapipe_io_magic/__init__.py
View file @
e2b6036f
...
...
@@ -157,7 +157,7 @@ class MAGICEventSource(EventSource):
is_magic_root_file
=
True
file_list
=
glob
.
glob
(
file_mask
)
file_list
=
glob
.
glob
(
str
(
file_mask
)
)
for
file_path
in
file_list
:
try
:
...
...
Write
Preview
Markdown
is supported
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