mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 10:27:17 +00:00
better msg
This commit is contained in:
@@ -187,7 +187,7 @@ class Wallet(models.Model):
|
||||
files.append(f"Incorrect path to wallet contents: '{self.fpath}'")
|
||||
return files
|
||||
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
|
||||
else:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user