Skip to content

Commit

Permalink
Fixed weird error where releases were above new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
LyamBRS committed May 11, 2023
1 parent f16344c commit ce32eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/BRS_Python_Libraries
1 change: 1 addition & 0 deletions Programs/Local/Loading/AppLoadingHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,7 @@ def KontrolGitHub() -> bool:
#endregion

#region ====== Step 2 -> Compare found with current
Debug.Log("Step 2 -> Compare found with current")
result = GitHub.CheckIfBehind()
if(result == True):
Debug.Error("Repository is behind")
Expand Down

0 comments on commit ce32eb7

Please sign in to comment.