1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 18:50:11 +02:00

Clarify import error message when url format is not of a supported type

This commit is contained in:
Ciaran Gultnieks 2012-08-10 13:12:15 +01:00
parent f93d9361b5
commit c85d326dee

View 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...