Skip to content

Commit 184f748

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2526dee commit 184f748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cat12/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def main():
128128
(output_dir / "logs").mkdir(exist_ok=True, parents=True)
129129
shutil.copy2(
130130
src=Path("/opt")
131-
/ f'CAT12{os.environ["CAT_VERSION"]}'
131+
/ f"CAT12{os.environ['CAT_VERSION']}"
132132
/ "standalone"
133133
/ batch,
134134
dst=output_dir / "logs",

0 commit comments

Comments
 (0)