[fix] misc

This commit is contained in:
Laurent Peuch 2015-12-08 06:59:39 +01:00
parent cc0aedccf3
commit f8f71ee98b

View File

@ -6,7 +6,7 @@ import sys
def main():
if not os.path.exists("settings.yaml") or not os.path.exists("settings.yml"):
sys.stderr.write("I can't find a settings.yaml or settings.yml, abort")
sys.stderr.write("I can't find a settings.yaml or settings.yml, abort\n")
sys.exit(1)
if not os.path.exists("build"):