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
raiseWrongDirectoryError(f'The directory {raw_text!r} cannot be resolved because an intermediate component is not a directory.') fromerror# pragma: no cover (!Windows)
292
292
raiseWrongDirectoryError(f'The directory {raw_text!r} does not exist.') fromerror
293
293
exceptNotADirectoryErroraserror:
294
-
raiseWrongDirectoryError(f'The directory {raw_text!r} cannot be resolved because an intermediate component is not a directory.') fromerror
294
+
raiseWrongDirectoryError(f'The directory {raw_text!r} cannot be resolved because an intermediate component is not a directory.') fromerror# pragma: no cover (Windows)
295
295
exceptPermissionErroraserror:
296
296
raiseWrongDirectoryError(f'Permission denied when accessing directory {raw_text!r}.') fromerror
0 commit comments