arttumiettinen / pi2

C++ library and command-line software for processing and analysis of terabyte-scale volume images locally or on a computing cluster.
GNU General Public License v3.0
48 stars 13 forks source link

Fix argv #7

Closed normanrz closed 1 year ago

normanrz commented 1 year ago

There was a typo that prevented the passed in file path to be read as settings file. Also, argv[0] is the name of the python script itself and argv[1] is the first real argument.

arttumiettinen commented 1 year ago

Thanks for the fix. I wonder how I tested the original code and did not notice that. :D