[xb] Use \n for print
This commit is contained in:
@@ -946,9 +946,8 @@ class PullCommand(Command):
|
|||||||
"checkout",
|
"checkout",
|
||||||
default_branch,
|
default_branch,
|
||||||
])
|
])
|
||||||
print("")
|
|
||||||
|
|
||||||
print("- pulling self...")
|
print("\n- pulling self...")
|
||||||
if args["merge"]:
|
if args["merge"]:
|
||||||
shell_call([
|
shell_call([
|
||||||
"git",
|
"git",
|
||||||
@@ -963,9 +962,8 @@ class PullCommand(Command):
|
|||||||
|
|
||||||
print("\n- pulling dependencies...")
|
print("\n- pulling dependencies...")
|
||||||
git_submodule_update()
|
git_submodule_update()
|
||||||
print("")
|
|
||||||
|
|
||||||
print("- running cmake configure...")
|
print("\n- running cmake configure...")
|
||||||
if run_cmake_configure() == 0:
|
if run_cmake_configure() == 0:
|
||||||
print_status(ResultStatus.SUCCESS)
|
print_status(ResultStatus.SUCCESS)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user