chiark / gitweb /
Clarify import error message when url format is not of a supported type
authorCiaran Gultnieks <ciaran@ciarang.com>
Fri, 10 Aug 2012 12:12:15 +0000 (13:12 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Fri, 10 Aug 2012 12:12:15 +0000 (13:12 +0100)
fdroidserver/import.py

index 0e94a0d2c91dd22254466cb9a7cb54a9db911e91..e0994e0b62b64c6f85436e6d6ef312b33ba06f2a 100644 (file)
@@ -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...