Fix issue with missed compat.path_to_unicode // Resolve #3894

This commit is contained in:
Ivan Kravets
2021-03-20 10:31:55 +02:00
parent f543e00307
commit 990071af5c

View File

@ -97,3 +97,11 @@ def ensure_python3(raise_exception=True):
"https://docs.platformio.org/en/latest/core/migration.html"
"#drop-support-for-python-2-and-3-5"
)
def path_to_unicode(path):
"""
Deprecated: Compatibility with dev-platforms,
and custom device monitor filters
"""
return path