From 585ebb88138ccf9d72decd897e0ad5fa00f36479 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 12 Dec 2022 19:00:42 -0600 Subject: remove force feature, unnecessary complexity --- src/pyssg/pyssg.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pyssg/pyssg.py') diff --git a/src/pyssg/pyssg.py b/src/pyssg/pyssg.py index 94584aa..d158caa 100644 --- a/src/pyssg/pyssg.py +++ b/src/pyssg/pyssg.py @@ -80,7 +80,6 @@ def main() -> None: config['info'] = dict() config['info']['version'] = static_config['info']['version'] config['info']['debug'] = str(args['debug']) - config['info']['force'] = str(args['force']) if args['init']: log.info('initializing the directory structure and copying over templates') -- cgit v1.2.3-54-g00ecf