mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
D'oh
This commit is contained in:
@@ -2,7 +2,7 @@ class AssetIDConverter: # Forces lowercase to uppercase
|
|||||||
regex = '[^/]+'
|
regex = '[^/]+'
|
||||||
|
|
||||||
def to_python(self, value):
|
def to_python(self, value):
|
||||||
return value.upper()
|
return str(value).upper()
|
||||||
|
|
||||||
def to_url(self, value):
|
def to_url(self, value):
|
||||||
return value.upper()
|
return str(value).upper()
|
||||||
|
|||||||
Reference in New Issue
Block a user