Compare commits

..

No commits in common. "51a811c16526691452fc6ca960222fd6ff3b4c66" and "ce2eb958cf8f8e4bf4c3621f897ec05a94ecfd30" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -381,10 +381,7 @@ class AFCMUniverseMapFile:
amplify_key, amplify_key,
mapping[amplify_key]) mapping[amplify_key])
if new_row['UID'] is None: if new_row['UID'] is None or new_row['UID'] == 'n/a':
new_row['UID'] = str(uuid.uuid4())
if new_row['UID'].strip() in ['n/a', '']:
new_row['UID'] = str(uuid.uuid4()) new_row['UID'] = str(uuid.uuid4())
new_row['Cell_Phone'] = formatted_number new_row['Cell_Phone'] = formatted_number

View File

@ -9,7 +9,7 @@ with open('README.md', 'r') as f:
setup( setup(
name='lib_afc_mosaic', name='lib_afc_mosaic',
version='0.1.11', version='0.1.10',
author='', author='',
author_email='', author_email='',
description='', description='',