identtg
Simon 4 years ago
parent 33f7064e66
commit 7ef3a54a23
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -1402,7 +1402,7 @@ def mk_server_dict(path,filename):
server_ids[_row['OPB Net ID']] = _row['Country']
return(server_ids)
except IOError as err:
logger.warning('ID ALIAS MAPPER: %s could not be read due to IOError: %s',file,err)
logger.warning('ID ALIAS MAPPER: %s could not be read due to IOError: %s',filename,err)
return(False)

Loading…
Cancel
Save

Powered by TurnKey Linux.