Explorar o código

Update porcelain.py

Added keyword args back to the get_transport_and_path function
Keech Achara %!s(int64=3) %!d(string=hai) anos
pai
achega
dbe4006701
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dulwich/porcelain.py

+ 1 - 1
dulwich/porcelain.py

@@ -438,7 +438,7 @@ def clone(
 
     mkdir = not os.path.exists(target)
 
-    (client, path) = get_transport_and_path(source)
+    (client, path) = get_transport_and_path(source, **kwargs)
 
     return client.clone(
         path,