mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 03:40:14 +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 """
|
""" check requirements.txt for outdated packages """
|
||||||
|
|
||||||
import pathlib
|
import pathlib
|
||||||
import sys
|
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
@ -109,8 +108,7 @@ def main():
|
|||||||
if input_response == "y":
|
if input_response == "y":
|
||||||
handler.apply_updates()
|
handler.apply_updates()
|
||||||
else:
|
else:
|
||||||
print("cancel update...")
|
print("skip update...")
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user