From 0259f32e880041e3fbfd7bfba2698723c71700c8 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 18 Feb 2023 16:36:30 -0600 Subject: fix flake8 issues, still need to fix 80+ col lines --- 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 e9cf28c..678000b 100644 --- a/src/pyssg/pyssg.py +++ b/src/pyssg/pyssg.py @@ -101,7 +101,6 @@ def main() -> None: log.info('finished initialization') sys.exit(0) - if args['build']: log.info('building the html files') for config in config_all: -- cgit v1.2.3-54-g00ecf