瀏覽代碼

Update porcelain.py

Added keyword args back to the get_transport_and_path function
Keech Achara 3 年之前
父節點
當前提交
dbe4006701
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dulwich/porcelain.py

+ 1 - 1
dulwich/porcelain.py

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