Skip to content

Commit

Permalink
add note to ifm3dpy.run function
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Mar 27, 2023
1 parent 6baa9b2 commit 44f5083
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/pybind11/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ PYBIND11_MODULE(ifm3dpy, m)
R"(
This function provides python application interface to run command line tool
Note: It is not recommended to use this for scripting as there is no way to
monitor progress or handle errors, instead please directly use the functions
provided by the corresponding modules.
This function is mainly intended to be used to integrate the ifm3d CLI into
existing console based applications.
Parameters
----------
argv : py::list
Expand Down

0 comments on commit 44f5083

Please sign in to comment.