Tab character in line 80 of SAWsconf.py makes python3 choke

Issue #2 resolved
Emmanuel LE TRONG created an issue
$ python3 SAWsconf.py                                                                                                            
  File "SAWsconf.py", line 80
    args.extend([i])
                   ^
TabError: inconsistent use of tabs and spaces in indentation

Comments (1)

  1. Log in to comment