Skip to content
Snippets Groups Projects
Commit ad150991 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

Merge branch 'unknown-misspelling-190' into 'v2'

fix misspelling of "unkown" -> "unknown"

See merge request !43
parents 31bd792c 49dddc80
No related branches found
No related tags found
1 merge request!43fix misspelling of "unkown" -> "unknown"
Pipeline #26148 passed
......@@ -46,7 +46,7 @@ class AssetType:
@classmethod
def path(cls, type_):
path = "unkown"
path = "unknown"
if type_ == cls.Algorithm:
path = "algorithms"
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