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
When save_path is a filename without directory, os.dirname(save_path) is
an empty string and ensure_directory fails. This adds a check if the
directory variable contains an empty string before running os.makedirs.
0 commit comments