From 376544cc798aec1e1901b5864e11b7d538ec226d Mon Sep 17 00:00:00 2001 From: Ali Mosallaei Date: Wed, 24 Jul 2024 10:10:05 -0700 Subject: [PATCH] Format w/ black --- src/fppm/USING.py | 2 +- src/fppm/cli/commands/init.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fppm/USING.py b/src/fppm/USING.py index 8dea4ec..9fe777c 100644 --- a/src/fppm/USING.py +++ b/src/fppm/USING.py @@ -1 +1 @@ -SUBTOPOLOGY_AC_TAG = 'v1.1.2' \ No newline at end of file +SUBTOPOLOGY_AC_TAG = "v1.1.2" diff --git a/src/fppm/cli/commands/init.py b/src/fppm/cli/commands/init.py index b0499e1..0b3a9ad 100644 --- a/src/fppm/cli/commands/init.py +++ b/src/fppm/cli/commands/init.py @@ -75,7 +75,7 @@ def create_project_yaml_file(args, context) -> int: "https://github.com/mosa11aei/fprime-subtopology-tool", ] ) - + subprocess.check_call( [ "git",