Skip to content
Snippets Groups Projects
Commit 92339893 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix path

parent 2ef20c35
No related branches found
No related tags found
No related merge requests found
Pipeline #13451 passed with warnings
...@@ -25,7 +25,7 @@ The file paths can be access in Python scripts using the ``data_path()`` functio ...@@ -25,7 +25,7 @@ The file paths can be access in Python scripts using the ``data_path()`` functio
from km3net_testdata import data_path() from km3net_testdata import data_path()
filename = data_path("km3net_offline.root") filename = data_path("offline/km3net_offline.root")
Notice the underscore in the Python package name (PyPI forces ``-`` but Python Notice the underscore in the Python package name (PyPI forces ``-`` but Python
package names are not allowed to use ``-``). package names are not allowed to use ``-``).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment