dev-cafe / autocmake

CMake plugin composer.
http://autocmake.org
BSD 3-Clause "New" or "Revised" License
41 stars 18 forks source link

python script error after running update.py #271

Open Vikhamar opened 1 year ago

Vikhamar commented 1 year ago

If I run update.py --self and then run ./setup I get python error message: Traceback (most recent call last): File "/home/rasmus/ReSpect/source/./setup", line 120, in configure.configure(root_directory, build_path, cmake_command, arguments['--show']) File "/home/rasmus/ReSpect/source/cmake/autocmake/configure.py", line 152, in configure if not arguments['--show']: TypeError: 'bool' object is not subscriptable

bast commented 1 year ago

Thanks for reporting! I will try to reproduce this and report back.