Skip to content
Snippets Groups Projects
Commit 49dddc80 authored by Jaden's avatar Jaden
Browse files

[backend] fix misspelling "unkown" -> "unknown"

Fixes #190
parent 31bd792c
No related branches found
No related tags found
1 merge request!43fix misspelling of "unkown" -> "unknown"
Pipeline #26119 passed
...@@ -46,7 +46,7 @@ class AssetType: ...@@ -46,7 +46,7 @@ class AssetType:
@classmethod @classmethod
def path(cls, type_): def path(cls, type_):
path = "unkown" path = "unknown"
if type_ == cls.Algorithm: if type_ == cls.Algorithm:
path = "algorithms" path = "algorithms"
elif type_ == cls.Database: elif type_ == cls.Database:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment