Skip to content
Snippets Groups Projects

MAINT: be more specific with output

Merged Henrik tom Wörden requested to merge f-output into dev
1 unresolved thread
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -88,9 +88,9 @@ Typically, an invocation looks like:
@@ -88,9 +88,9 @@ Typically, an invocation looks like:
python3 crawl.py /someplace/
python3 crawl.py /someplace/
.. Note:: For trying this out with the above mentioned example crawler from the integration tests,
.. Note:: For trying out the above mentioned example crawler from the integration tests,
make sure that the ``extroot`` directory in the ``integrationtests`` folder is used as
make sure that the ``extroot`` directory in the ``integrationtests`` folder is used as
CaosDB's extroot directory,and call the crawler with ``python3 crawl.py /``.
CaosDB's extroot directory, and call the crawler indirectly via ``./test.sh``.
In this case ``/someplace/`` identifies the path to be crawled **within
In this case ``/someplace/`` identifies the path to be crawled **within
CaosDB's file system**. You can browse the CaosDB file system by
CaosDB's file system**. You can browse the CaosDB file system by
Loading