You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently path handling done internally with tuples via _to_unicode_path function in bindings/python/fdb/directory_impl.py. Maybe it is better to do this via pathlib.Path. This came up in a discussion in #11418.
The text was updated successfully, but these errors were encountered:
Currently path handling done internally with tuples via
_to_unicode_path
function inbindings/python/fdb/directory_impl.py
. Maybe it is better to do this viapathlib.Path
. This came up in a discussion in #11418.The text was updated successfully, but these errors were encountered: