Skip to content

Commit 79544ba

Browse files
authored
fix: missing convertion Enum->String for MONT entry
2 parents 868930e + a6a8963 commit 79544ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Artesian/GMEPublicOffers/GMEPublicOfferQuery.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,10 @@ def __getZone(self: GMEPublicOfferQuery, zone: Zone) -> str:
402402
Zone.SARD: "SARD",
403403
Zone.SICI: "SICI",
404404
Zone.SLOV: "SLOV",
405-
Zone.SUD: "SUD",
405+
Zone.SUD: "SUD",
406406
Zone.SVIZ: "SVIZ",
407407
Zone.CALA: "CALA",
408+
Zone.MONT: "MONT"
408409
}
409410
vr = switcher.get(zone, "DefZone")
410411
if vr == "DefZone":

0 commit comments

Comments
 (0)