Willy-JL преди 1 година
родител
ревизия
b3808967e9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .subtrees/common.py

+ 1 - 1
.subtrees/common.py

@@ -131,7 +131,7 @@ def subdir_split_helper(path, repo, branch, subdir, action, cached=None):
     if "is not an ancestor of commit" in result:
         print("Resetting split branch...")
         git("branch", "-D", split)
-        git("subtree", "split", "-P", subdir, "-b", split)
+        result, status = git("subtree", "split", "-P", subdir, "-b", split, tee=True)
     if "fatal: " in result:
         ok = False
     git("checkout", prevbranch)