Skip to content

Commit

Permalink
Fix syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
hustlzp committed Oct 5, 2014
1 parent 7fa6fbe commit 894526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_boost/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def execute(args):
dst = os.path.join(os.getcwd(), project_name)

if os.path.isdir(dst):
logger.warning('Project directory is already exist.')
logger.warning('Project directory already exists.')
return

logger.info('Start generating project files.')
Expand Down

0 comments on commit 894526c

Please sign in to comment.