From e7ac44cc7c57cdfc2b640a6f1faf20537b4fd3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=BB=C3=B3=C5=82tak?= Date: Mon, 6 Dec 2021 19:50:53 +0100 Subject: [PATCH] collection_download_repo.py: adjust the automatic dependencies install a little --- .../default/files/coll_dl_script/collection_download_repo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inst/sites/default/files/coll_dl_script/collection_download_repo.py b/inst/sites/default/files/coll_dl_script/collection_download_repo.py index 353420b..dcfba07 100644 --- a/inst/sites/default/files/coll_dl_script/collection_download_repo.py +++ b/inst/sites/default/files/coll_dl_script/collection_download_repo.py @@ -32,7 +32,8 @@ subprocess.check_call([sys.executable, '-m', 'pip', 'install', i]) import requests from rdflib import Graph, URIRef - print("\nInstallation successful - progressing to the download\n") + print("\nInstallation successful - please run the script again") + quit() args = argparse.ArgumentParser() args.add_argument('--user', help='User name (for downloading restricted-access resources')