Skip to content

Commit 21a7e7b

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 8bf5bd5 commit 21a7e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls4ml/backends/fpga/fpga_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def compile(self, model):
140140
text=True,
141141
stdout=subprocess.PIPE,
142142
stderr=subprocess.STDOUT,
143-
cwd=model.config.get_output_dir()
143+
cwd=model.config.get_output_dir(),
144144
)
145145
if ret_val.returncode != 0:
146146
print(ret_val.stdout)

0 commit comments

Comments
 (0)