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
raiseRuntimeError(f"Error: Couldn't identify a default python package directory. Please specifiy one using the --package-dir option. Use -h for more information.")
94
94
95
95
96
96
defexport(
@@ -108,8 +108,6 @@ def export(
108
108
109
109
ifnotpackage_dir:
110
110
package_dir=_get_default_package_dir()
111
-
ifnotpackage_dir:
112
-
raiseRuntimeError(f"Error: Couldn't identify a default python package directory. Please specifiy one using the --package-dir option. Use -h for more information.")
0 commit comments