Skip to content

Commit 0d05249

Browse files
RA80533jacobmsft
andauthored
Access attributes through self (#28)
Fixes #26 Co-authored-by: Suraj Jacob <28795567+jacobmsft@users.noreply.github.com>
1 parent 983c3db commit 0d05249

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

container/libs/codeql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def get_current_local_version(self):
6868
if ret_string is CalledProcessError:
6969
logger.error("Could not run codeql command")
7070
exit(self.ERROR_EXECUTING_CODEQL)
71+
7172
version_match = search("toolchain release ([0-9.]+)\.", ret_string)
7273
if not version_match:
7374
logger.error("Could not determine existing codeql version")

0 commit comments

Comments
 (0)