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
Great to see --temp parameter support. Would be nice if it creates the temp folder incase missing.
line 27, in __init__
raise ProjectException(f'Given temp folder does not exist: {temp}')
sphinx_performance.projectenv.ProjectException: Given temp folder does not exist: ./sphinx-perf-temp
The text was updated successfully, but these errors were encountered:
Great to see
--temp
parameter support. Would be nice if it creates the temp folder incase missing.The text was updated successfully, but these errors were encountered: