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
In the config it is currently necessary to write /captures/ as /captures will result in file names like capturescapture_1. Check these are paths using:
folder_path=os.path.join(folder_path, '') # If no trailing / add it
The text was updated successfully, but these errors were encountered:
In the config it is currently necessary to write
/captures/
as/captures
will result in file names likecapturescapture_1
. Check these are paths using:The text was updated successfully, but these errors were encountered: