Skip to content

Commit

Permalink
lestarch: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Jul 20, 2022
1 parent 9bd8fbc commit 467c94c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/fprime/fbuild/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ class IniSettings:
]

PLATFORM_FIELDS = [
("config_directory", SettingType.PATH, partial(join, "framework_path", "config")),
(
"config_directory",
SettingType.PATH,
partial(join, "framework_path", "config"),
),
(
"ac_constants",
SettingType.PATH,
Expand Down

0 comments on commit 467c94c

Please sign in to comment.