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