Skip to content

Commit

Permalink
Merge pull request #3 from JayFromProgramming/master
Browse files Browse the repository at this point in the history
Trying to dodge the problem
  • Loading branch information
JayFromProgramming authored Jul 14, 2022
2 parents 24279c1 + c14bf18 commit 720f8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @Resources/Scripts/auto_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def run(self):
continue

if "tag_name" not in latest_release:
self.logging.error("No latest release tag found")
self.logging.error(f"No latest release tag found{latest_release}")
await asyncio.sleep(5)
continue

Expand Down

0 comments on commit 720f8f5

Please sign in to comment.