browsertime icon indicating copy to clipboard operation
browsertime copied to clipboard

Convert visualmetrics-portable.py script to use pathlib instead of the os module for path manipulation

Open gmierz opened this issue 1 year ago • 0 comments

Feature/improvement

The os module can be problematic when it's used for path manipulations across multiple operating systems. It would be good to convert the visualmetrics-portable.py script to use the pathlib module for this instead.

gmierz avatar May 14 '24 12:05 gmierz