Skip to content

Commit

Permalink
noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Aug 14, 2024
1 parent e8c9b0a commit c3d3ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/semsql/builder/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def make(path, docker, **kwargs):
steps = builder.get_postprocessing_steps(ontology, path)
for step in steps:
print(f"RUNNING: {step}")
subprocess.run(step, shell=True)
subprocess.run(step, shell=True) # noqa S602


@main.command()
Expand Down

0 comments on commit c3d3ad6

Please sign in to comment.