2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-04-04 09:51:47 +01:00

better msg

This commit is contained in:
Philip Sargent 2023-08-05 23:30:46 +03:00
parent 99ff7c741b
commit 1baf528d0a

View File

@ -187,7 +187,7 @@ class Wallet(models.Model):
files.append(f"Incorrect path to wallet contents: '{self.fpath}'") files.append(f"Incorrect path to wallet contents: '{self.fpath}'")
return files return files
if not dirpath.is_dir(): if not dirpath.is_dir():
files.append(f"Incorrect path to wallet contents: '{self.fpath}'") files.append(f"No uploaded scans or incorrect path to wallet contents")
return files return files
else: else:
try: try: