Skip to content
Snippets Groups Projects
Commit f283398e authored by Frederik Hennig's avatar Frederik Hennig
Browse files

code formatting

parent 3f572623
No related branches found
No related tags found
1 merge request!22Remove Inline Output Mode; Automate Inlining in Composer
......@@ -5,7 +5,6 @@ from argparse import ArgumentParser, BooleanOptionalAction
from types import ModuleType
from typing import Any, Sequence, Callable
from dataclasses import dataclass
from enum import Enum, auto
from os import path
from importlib import util as iutil
from pathlib import Path
......@@ -120,7 +119,7 @@ class SfgConfig(ConfigBase):
header_only: BasicOption[bool] = BasicOption(False)
"""If set to `True`, generate only a header file.
This will cause all definitions to be generated ``inline``.
"""
......@@ -192,7 +191,7 @@ class CommandLineParameters:
"--sfg-header-only",
action=BooleanOptionalAction,
dest="header_only",
help="Generate only a header file."
help="Generate only a header file.",
)
config_group.add_argument(
"--sfg-config-module", type=str, default=None, dest="config_module_path"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment