Skip to content

Commit

Permalink
Rename project.yaml to project.mml
Browse files Browse the repository at this point in the history
Rename project.yaml to project.mml following gravitystorm#2473
  • Loading branch information
Ircama authored and sommerluk committed Dec 17, 2016
1 parent 7baf5fb commit 5ba3ce4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/get-shapefiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5ba3ce4

Please sign in to comment.