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
a99483f3
Commit
a99483f3
authored
Feb 17, 2020
by
Moritz Huetten
Browse files
Merge branch 'master' into dev-yusuke-truealtaz
parents
b5ab38e0
ae46ac54
Changes
1
Hide whitespace changes
Inline
Side-by-side
ctapipe_io_magic/__init__.py
View file @
a99483f3
...
@@ -57,6 +57,8 @@ class MAGICEventSource(EventSource):
...
@@ -57,6 +57,8 @@ class MAGICEventSource(EventSource):
raise
raise
self
.
file_list
=
glob
.
glob
(
kwargs
[
'input_url'
])
self
.
file_list
=
glob
.
glob
(
kwargs
[
'input_url'
])
if
len
(
self
.
file_list
)
==
0
:
raise
ValueError
(
"Unreadable or wrong wildcard file path given."
)
self
.
file_list
.
sort
()
self
.
file_list
.
sort
()
# EventSource can not handle file wild cards as input_url
# EventSource can not handle file wild cards as input_url
...
...
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