From 5ba3ce46a3216600b46a00b732e6dff304a1494f Mon Sep 17 00:00:00 2001 From: Ircama Date: Wed, 7 Dec 2016 13:05:06 +0100 Subject: [PATCH] Rename project.yaml to project.mml Rename project.yaml to project.mml following https://github.com/gravitystorm/openstreetmap-carto/pull/2473 --- scripts/get-shapefiles.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/get-shapefiles.py b/scripts/get-shapefiles.py index 869f0e95c7..32862f3cd9 100755 --- a/scripts/get-shapefiles.py +++ b/scripts/get-shapefiles.py @@ -221,7 +221,7 @@ def main(): "of downloaded data") parser.add_argument( '-f', "--force", dest='option_force', action='store_true', - help="force continuing even if project.yaml does not exist") + help="force continuing even if project.mml does not exist") parser.add_argument( '-l', "--no-curl", dest='option_no_curl', action='store_true', help="do not use 'curl' even if available") @@ -262,9 +262,9 @@ def main(): os.chdir(os.path.dirname(__file__)) else: os.chdir(os.path.join(os.path.dirname(__file__), '..')) - if not os.path.isfile("project.yaml"): + if not os.path.isfile("project.mml"): sys.exit( - """\n Error: project.yaml not found. + """\n Error: project.mml not found. Are you sure you are in the correct folder? Otherwise, use '-f' option to go on creating or updating the '""" + args.data_dir + """' directory