Skip to content

Commit

Permalink
Disable welcome message in non-interactive mode
Browse files Browse the repository at this point in the history
Closes coala#51
  • Loading branch information
adtac committed Dec 6, 2016
1 parent 4355fbb commit 6331560
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions coala_quickstart/coala_quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@ def main():
printer = ConsolePrinter()
log_printer = LogPrinter(printer)

print_welcome_message(printer)

project_dir = os.getcwd()
if not args.non_interactive:
print_welcome_message(printer)
project_dir = ask_question(
"What is your project directory?",
default=project_dir,
Expand Down

0 comments on commit 6331560

Please sign in to comment.