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