1
Fork 0
This commit is contained in:
Jake Howard 2015-12-04 09:00:13 +00:00
parent 7025f028c9
commit 17fc302be4
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
import click
from project.utils import config, constants
from project.utils import config
@click.command('sync')
def cli():
if not config.has_basics():
print("You do not have all the basic requirements set.")
return 1