From d4732b3ea7aaf5ea1436ef27bc2cc60d684255af Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Fri, 28 Aug 2020 10:45:08 +0200 Subject: [PATCH] Fix path --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4780279..106bf2f 100644 --- a/README.rst +++ b/README.rst @@ -35,8 +35,8 @@ print the filepath: .. code-block:: shell - $ python -m km3net_testdata km3net_offline.root - /full/path/to/km3net_offline.root + $ python -m km3net_testdata offline/km3net_offline.root + /full/path/to/offline/km3net_offline.root Acknowledgements -- GitLab