Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/zerasul/blask into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zerasul committed Nov 25, 2019
2 parents 16b979a + 77d0701 commit 74e1fc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Blask/blaskcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def init():
cliController.createnotfoundpage(postdir) # creates a 404 page
click.echo("Created new Blask project on %s" % getcwd())
click.echo("Now you can execute: blaskcli run")
except FileExistsError as e:
except FileExistsError:
click.echo("There is an existing Blask Project")


Expand Down
29 changes: 7 additions & 22 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74e1fc4

Please sign in to comment.