summaryrefslogtreecommitdiff
path: root/src/pyssg/pyssg.py
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-02-18 16:36:30 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-02-18 16:36:30 -0600
commit0259f32e880041e3fbfd7bfba2698723c71700c8 (patch)
treefd747e5a93706544e5263f352e7ab21bb56a7730 /src/pyssg/pyssg.py
parentaed766e32e9bb4f05514e180c1468a5a86fb08be (diff)
fix flake8 issues, still need to fix 80+ col lines
Diffstat (limited to 'src/pyssg/pyssg.py')
-rw-r--r--src/pyssg/pyssg.py1
1 files changed, 0 insertions, 1 deletions
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: