mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Fix issue with missed compat.path_to_unicode // Resolve #3894
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user