scaleway / netbox-netprod-importer

Poll data from network devices in production and import it into netbox
GNU General Public License v3.0
101 stars 31 forks source link

Remove unicode characters to allow latin-1 #42

Closed billroemhild closed 4 years ago

billroemhild commented 4 years ago
Traceback (most recent call last):
  File "/opt/netbox/venv/bin/netbox-netprod-importer", line 11, in <module>
    sys.exit(parse_args())
  File "/opt/netbox/venv/lib/python3.6/site-packages/netbox_netprod_importer/__main__.py", line 109, in parse_args
    print("Initializing importers\u2026")
UnicodeEncodeError: 'latin-1' codec can't encode character '\u2026' in position 22: ordinal not in range(256)
aruhier commented 4 years ago

Thanks! I added some changes you didn't include in your PR.