Compare commits
No commits in common. "51a811c16526691452fc6ca960222fd6ff3b4c66" and "ce2eb958cf8f8e4bf4c3621f897ec05a94ecfd30" have entirely different histories.
51a811c165
...
ce2eb958cf
|
|
@ -381,10 +381,7 @@ class AFCMUniverseMapFile:
|
|||
amplify_key,
|
||||
mapping[amplify_key])
|
||||
|
||||
if new_row['UID'] is None:
|
||||
new_row['UID'] = str(uuid.uuid4())
|
||||
|
||||
if new_row['UID'].strip() in ['n/a', '']:
|
||||
if new_row['UID'] is None or new_row['UID'] == 'n/a':
|
||||
new_row['UID'] = str(uuid.uuid4())
|
||||
|
||||
new_row['Cell_Phone'] = formatted_number
|
||||
|
|
|
|||
Loading…
Reference in New Issue