Skip to content

Commit

Permalink
print branches
Browse files Browse the repository at this point in the history
  • Loading branch information
dummygithubaccount committed Jan 8, 2024
1 parent 2d540ea commit b98ab93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/scm_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ def execute_lightz(

lightz_cmd = lightz_cmd + f"--target . "

print(f"@@@@@@@@@@ {changed_files=}")
print(f"@@@@@@@@@@ {source_branch=} {target_branch=} {changed_files=}")
os.system(f"echo #########################;cat {partial_file.name}")

run_shell_cmd_with_log(
Expand Down

0 comments on commit b98ab93

Please sign in to comment.