Skip to content
Snippets Groups Projects
Commit 901bbeb7 authored by Firat Yusuf Duran's avatar Firat Yusuf Duran :moyai:
Browse files

fix error handling on unknown type in conversion

parent cfd16b8c
No related branches found
No related tags found
2 merge requests!72Dev fluxio get types,!68Fluxio preliminary release
Pipeline #19847 passed
......@@ -104,8 +104,7 @@ class FluxioTypeAronConverter:
ret.add_attribute(name=k)
else:
message = f"Unknown type: {aron_type}"
warnings.warn(message=message + aron_type, category=RuntimeWarning)
return ret
warnings.warn(message=message, category=RuntimeWarning)
ret.optional = maybe
return ret
......
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