mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Clarify import error message when url format is not of a supported type
This commit is contained in:
parent
f93d9361b5
commit
c85d326dee
1 changed files with 2 additions and 0 deletions
|
|
@ -181,6 +181,8 @@ def main():
|
||||||
|
|
||||||
if not projecttype:
|
if not projecttype:
|
||||||
print "Unable to determine the project type."
|
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)
|
sys.exit(1)
|
||||||
|
|
||||||
# Get a copy of the source so we can extract some info...
|
# Get a copy of the source so we can extract some info...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue