We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pathlib
os.path
balena-sdk-python/balena/settings.py
Line 3 in 7a9be5f
Starting with python 3.4, pathlib became - to the best of my knowledge - the de facto way of handling paths in an object-oriented way.
While we will not be able to simply replace the above with
from pathlib import Path
without breaking anything, there is a somewhat of an official migration guide at https://docs.python.org/3/library/pathlib.html#correspondence-to-tools-in-the-os-module
Originally posted by @pranasziaukas in #326 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
balena-sdk-python/balena/settings.py
Line 3 in 7a9be5f
Starting with python 3.4,
pathlib
became - to the best of my knowledge - the de facto way of handling paths in an object-oriented way.While we will not be able to simply replace the above with
without breaking anything, there is a somewhat of an official migration guide at https://docs.python.org/3/library/pathlib.html#correspondence-to-tools-in-the-os-module
Originally posted by @pranasziaukas in #326 (comment)
The text was updated successfully, but these errors were encountered: