Benjamin Fenker
Benjamin Fenker
Resolves https://github.com/bw2/ConfigArgParse/issues/265
Perhaps an odd situation, but if I use positional arguments AND my config file is not the first argument, the file is not opened. For example: main.py ``` import configargparse...
Following the default install instructions, I encountered the following error during `./install.sh` --------------------- CMakeFiles/paths.dir/paths.c.o: In function `lua_tmpname': paths.c:(.text+0x617): warning: the use of `tempnam' is dangerous, better use `mkstemp' [100%] Built...