wip
This commit is contained in:
		@@ -83,7 +83,7 @@ def main(argv):
 | 
			
		||||
	untracked_files = check_for_untracked()
 | 
			
		||||
	log_list = get_git_log()
 | 
			
		||||
	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__":
 | 
			
		||||
	main(argv[1:])
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user