moeller0 writes: > Probably a pilot's error, but with current master i get: > ``` > mac:flent user$ ./run-flent-gui.sh > Traceback (most recent call last): > File "./run-flent", line 33, in > sys.exit(run_flent()) > File "/space/data_local/moeller/PRIVATE/samba/privat/MOEWE/techno_kram/CODE/flent/flent/__init__.py", line 53, in run_flent > settings = load(sys.argv[1:]) > File "/space/data_local/moeller/PRIVATE/samba/privat/MOEWE/techno_kram/CODE/flent/flent/settings.py", line 773, in load > settings.update_implications() > File "/space/data_local/moeller/PRIVATE/samba/privat/MOEWE/techno_kram/CODE/flent/flent/settings.py", line 747, in update_implications > if len(self.SEND_SIZE) == 1 and len(self.HOSTS) > 1: > TypeError: object of type 'NoneType' has no len() > ``` No, you're right, that's a bug. Should be fixed now - thanks for reporting! :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/197#issuecomment-584892386