SciCatProject / scicat-filewriter-ingest

Python client that connects to a kafka queue and creates new datasets when receiving notification that a file has been written
0 stars 0 forks source link

changed literal_eval to eval #83

Closed nitrosx closed 1 month ago

nitrosx commented 1 month ago

This PR reverted back literal_eval to normal eval, as it was causing an error with the current schemas. Unless we find a solution, we cannot change it.

YooSunYoung commented 1 month ago

Which case was causing the problem?

YooSunYoung commented 1 month ago

It's fixed in the other PR #84