Skip to content

Commit

Permalink
Merge pull request #1136 from DataDog/nogorodnikov/fix_dogfood_script
Browse files Browse the repository at this point in the history
Remove non-existent function in dogfood script
  • Loading branch information
0xnm authored Nov 9, 2022
2 parents dc17a43 + ce8a232 commit 181e350
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dogfood.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def update_dependant(version: str, target: str, gh_token: str, dry_run: bool) ->
repo.git.checkout('HEAD', b=branch_name)

previous_version = generate_target_code(target, temp_dir_path, version)
update_version_table(target, temp_dir_path, version)

if not repo.is_dirty():
print("Nothing to commit, all is in order-")
Expand Down

0 comments on commit 181e350

Please sign in to comment.