summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcron-jobs/check_archlinux/check_packages.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cron-jobs/check_archlinux/check_packages.py b/cron-jobs/check_archlinux/check_packages.py
index 86494b7..bdbbeed 100755
--- a/cron-jobs/check_archlinux/check_packages.py
+++ b/cron-jobs/check_archlinux/check_packages.py
@@ -403,8 +403,8 @@ for absroot in absroots:
for repo in repos:
repopath = absroot + "/" + repo
if not os.path.isdir(repopath):
- print "Error : the repository " + repo + " does not exist in " + absroot
- sys.exit()
+ print("Warning : the repository " + repo + " does not exist in " + absroot)
+
if not os.path.isdir(repodir):
print "Error: the repository directory %s does not exist" % repodir
sys.exit()