mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-04 12:00:21 +00:00
skip instead of cancle update
This commit is contained in:
parent
82a71ed75d
commit
5c26be43e6
@ -2,7 +2,6 @@
|
||||
""" check requirements.txt for outdated packages """
|
||||
|
||||
import pathlib
|
||||
import sys
|
||||
|
||||
import requests
|
||||
|
||||
@ -109,8 +108,7 @@ def main():
|
||||
if input_response == "y":
|
||||
handler.apply_updates()
|
||||
else:
|
||||
print("cancel update...")
|
||||
sys.exit(1)
|
||||
print("skip update...")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user