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
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