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
# Really, we don't need to check for close caches before this, but oh well
@@ -371,9 +406,9 @@ def main():
371
406
else:
372
407
cache=get_best_stashcache()
373
408
374
-
ifnotsource.startswith('/'):
375
-
logging.warning("DEPRECIATED: The source path does not begin with a '/', but it is required. This functionality will be removed in an upcoming release")
376
-
source="/"+source
409
+
#if not source.startswith('/'):
410
+
# logging.warning("DEPRECIATED: The source path does not begin with a '/', but it is required. This functionality will be removed in an upcoming release")
0 commit comments