You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run update.py --self and then run ./setup <build_directory> 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
The text was updated successfully, but these errors were encountered:
If I run update.py --self and then run ./setup <build_directory> 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
The text was updated successfully, but these errors were encountered: