We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c9b0a commit c3d3ad6Copy full SHA for c3d3ad6
src/semsql/builder/cli.py
@@ -72,7 +72,7 @@ def make(path, docker, **kwargs):
72
steps = builder.get_postprocessing_steps(ontology, path)
73
for step in steps:
74
print(f"RUNNING: {step}")
75
- subprocess.run(step, shell=True)
+ subprocess.run(step, shell=True) # noqa S602
76
77
78
@main.command()
0 commit comments