Skip to content

Commit

Permalink
Merge pull request #202 from maxonfjvipon/versions-comparing
Browse files Browse the repository at this point in the history
Versions comparison extra log
  • Loading branch information
yegor256 authored Dec 14, 2023
2 parents 1f1e3d0 + 36ba8f5 commit 377d26f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py/auto_pull.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def pull_release(unique_deps):
myfile.write(f'eo_lib_version={eo_lib_version}')
print(f'Added to env: {eo_lib_version}')
break

else:
print(f"Couldn't compare {latest_version} and {version}")

def compare(latest_version, old_version):
latest = latest_version.split(".")
Expand Down

0 comments on commit 377d26f

Please sign in to comment.