mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
MaD generator: add single file mode
This commit is contained in:
@@ -22,7 +22,7 @@ def remove_dir(dirName):
|
||||
|
||||
|
||||
def run_cmd(cmd, msg="Failed to run command"):
|
||||
print("Running " + " ".join(cmd))
|
||||
print("Running " + " ".join(map(str, cmd)))
|
||||
if subprocess.check_call(cmd):
|
||||
print(msg)
|
||||
exit(1)
|
||||
|
||||
Reference in New Issue
Block a user