From c85d326deed9387e9a425ba2bb5d9c566c743eb1 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Fri, 10 Aug 2012 13:12:15 +0100 Subject: [PATCH] Clarify import error message when url format is not of a supported type --- fdroidserver/import.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fdroidserver/import.py b/fdroidserver/import.py index 0e94a0d2..e0994e0b 100644 --- a/fdroidserver/import.py +++ b/fdroidserver/import.py @@ -181,6 +181,8 @@ def main(): if not projecttype: print "Unable to determine the project type." + print "The URL you supplied was not in one of the supported formats. Please consult" + print "the manual for a list of supported formats, and supply one of those." sys.exit(1) # Get a copy of the source so we can extract some info...