From: Ciaran Gultnieks Date: Fri, 10 Aug 2012 12:12:15 +0000 (+0100) Subject: Clarify import error message when url format is not of a supported type X-Git-Tag: 0.1~793 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c85d326deed9387e9a425ba2bb5d9c566c743eb1;p=fdroidserver.git Clarify import error message when url format is not of a supported type --- 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...