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
the empty string and ensure_directory fails. This patch handles the
empty string by checking if the directory variable is set at all before
calling os.makedirs with it.
0 commit comments