Closed git-afsantos closed 6 years ago
args.data_dir is None, but it needs to be a string. Crashes at line 179 of haros.py, in the command_viz function. Here follows the faulty line:
args.data_dir
haros.py
command_viz
if not os.path.isdir(args.data_dir):
Fixed in cf4ded1de8bcdca545044737b4d2381ec12bcdda
args.data_dir
is None, but it needs to be a string. Crashes at line 179 ofharos.py
, in thecommand_viz
function. Here follows the faulty line: