mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 05:47:11 +00:00
Fixed test to undo side-effect git commit
This commit is contained in:
@@ -495,7 +495,7 @@ def scanupload(request, path=None):
|
||||
if not waldata["date"] or not waldata["people"] or waldata["people"] == ["Unknown"]: # json file does not exist, blank data, or people not typed into JSON file
|
||||
# refactor into separate functions for no date set or no people set
|
||||
# print(f'No date set')
|
||||
print(f'\n - Incomplete or empty wallet data {wallet} {waldata=}')
|
||||
print(f'\n - Incomplete, empty or default wallet data {wallet} {waldata=}')
|
||||
refs=[]
|
||||
dates = []
|
||||
team = []
|
||||
|
||||
Reference in New Issue
Block a user