Open
Bug 1848793
Opened 1 years ago
Updated 1 year ago
Use pathlib and fstrings in raptor_profiling and gecko_profling for raptor-browsertime
Categories
(Testing :: Raptor, task, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: kshampur, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxp])
it is preferrable to use the pathlib
library rather than the os
module for path manipulation.
continuing to use os
presents problems on different platforms sometimes
Updated•1 years ago
|
Reporter | ||
Comment 1•1 years ago
|
||
also clean up the chrome_trace.py file at the same time
You need to log in
before you can comment on or make changes to this bug.
Description
•