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
Use pathlib module to work with workflow artifact archive paths
The sketches report workflow artifact is downloaded to a temporary folder and extracted. This requires working with
paths. The pathlib module provides convenient and safe path handling and so should be used whenever there is significant
involvement of paths in code.
0 commit comments