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 29b0528 commit 5d680c2Copy full SHA for 5d680c2
codeql_bundle/cli.py
@@ -67,8 +67,9 @@ def main(
67
logger.info(
68
f"Creating custom bundle of {bundle_path} using CodeQL packs in workspace {workspace}"
69
)
70
- bundle = CustomBundle(bundle_path, workspace)
+
71
try:
72
+ bundle = CustomBundle(bundle_path, workspace)
73
logger.info(f"Looking for CodeQL packs in workspace {workspace}")
74
packs_in_workspace = bundle.codeql.pack_ls(workspace)
75
0 commit comments