wip
This commit is contained in:
parent
9a1d5ed378
commit
05df450f8f
@ -83,7 +83,7 @@ def main(argv):
|
|||||||
untracked_files = check_for_untracked()
|
untracked_files = check_for_untracked()
|
||||||
log_list = get_git_log()
|
log_list = get_git_log()
|
||||||
commit_list = get_commit_list(log_list)
|
commit_list = get_commit_list(log_list)
|
||||||
generate_include_file("../firmware/git_commit.h", commit_list, local_changes, untracked_files)
|
generate_include_file("source/firmware/git_commit.h", commit_list, local_changes, untracked_files)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main(argv[1:])
|
main(argv[1:])
|
||||||
|
Loading…
Reference in New Issue
Block a user