Skip to content

Commit 37f7d04

Browse files
authored
Merge branch 'main' into feature/github-token-support
2 parents d7766e5 + dde21e8 commit 37f7d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/setup.py

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ def setup():
3838
# check version and download the latest version
3939
get_latest_codeql(args)
4040
logger.info("End setup...")
41+
4142
def get_latest_codeql(args):
42-
# what version do we have?
4343
codeql = CodeQL(CODEQL_HOME)
4444
current_installed_version = codeql.get_current_local_version()
4545
logger.info(f'Current codeql version: {current_installed_version}')

0 commit comments

Comments
 (0)