mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
remove is_update_available = True debug
This commit is contained in:
parent
1e8e17bd5c
commit
3553e0af40
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ def check_version(io, just_check=False):
|
||||||
fname.parent.mkdir(parents=True, exist_ok=True)
|
fname.parent.mkdir(parents=True, exist_ok=True)
|
||||||
fname.touch()
|
fname.touch()
|
||||||
|
|
||||||
is_update_available = True
|
|
||||||
if just_check:
|
if just_check:
|
||||||
if is_update_available:
|
if is_update_available:
|
||||||
io.tool_output("Update available")
|
io.tool_output("Update available")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue