Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Better error message #31

Merged
merged 2 commits into from
Oct 3, 2017
Merged

Better error message #31

merged 2 commits into from
Oct 3, 2017

Conversation

cstrap
Copy link
Owner

@cstrap cstrap commented Oct 3, 2017

No description provided.

Copy link

@lintly-bot lintly-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lintly has detected code quality issues in this pull request.

@@ -100,4 +100,4 @@ def djstartvueapp(ctx, project):
ctx.forward(djangofy)
ctx.invoke(djangofy, project=project)
else:
click.echo(click.style('Invalid django project directory', fg='red'))
click.echo(click.style('Invalid django project directory. `manage.py` not found.', fg='red'))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E501: line too long (101 > 79 characters)

@@ -135,4 +135,4 @@ def test_djstartvueapp_django_ok(self):

def test_djstartvueapp_django_ko(self):
result = self.runner.invoke(cli.cli, ['djstartvueapp', 'myapp'])
self.assertEqual('Creating myapp\nInvalid django project directory\n', result.output)
self.assertEqual('Creating myapp\nInvalid django project directory. `manage.py` not found.\n', result.output)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E501: line too long (117 > 79 characters)

@cstrap cstrap merged commit ef32ca7 into master Oct 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants