2
0
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:
Philip Sargent
2022-09-12 21:28:07 +03:00
parent 785845598f
commit fd57071411
2 changed files with 13 additions and 4 deletions

View File

@@ -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 = []