Skip to content

Commit

Permalink
fix str
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenGuidou committed Jun 5, 2024
1 parent c4c22ae commit 0b8fe26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ted.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def main():

if(push and github_repository and branch and github_token):
print("😎👌🔥 Push changes in pull request")
GitHelper().push_changes_in_pull_request(github_repository, "ted: suggestions", "feat/ted_suggestions-" + uuid1(), branch, github_token, clone_path)
GitHelper().push_changes_in_pull_request(github_repository, "ted: suggestions", "feat/ted_suggestions-" + str(uuid1()), branch, github_token, clone_path)

def filter_files(file_path, extensions):
"""
Expand Down

0 comments on commit 0b8fe26

Please sign in to comment.