1
Fork 0
This commit is contained in:
Jake Howard 2015-12-04 09:00:13 +00:00
parent 7025f028c9
commit 17fc302be4

View file

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