mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-05-12 20:20:25 +01:00
bug fix
This commit is contained in:
+1
-1
@@ -272,7 +272,7 @@ def who_is_this(year, possibleid):
|
||||
if possibleid.lower() in gpel:
|
||||
personexpedition = gpel[possibleid.lower()]
|
||||
else:
|
||||
raise
|
||||
raise ValueError
|
||||
if personexpedition:
|
||||
return personexpedition.person
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user