Skip to content

Commit 3d9539e

Browse files
authored
Remove scorecard codescan and bug fix (#1961)
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 9f59daa commit 3d9539e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

comps/agent/src/integrations/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def get_args():
187187
parser.add_argument("--hints_file", type=str, help="path to the hints file")
188188

189189
sys_args, unknown_args = parser.parse_known_args()
190-
print("env_config: ", env_config)
190+
191191
if env_config != []:
192192
env_args, env_unknown_args = parser.parse_known_args(env_config)
193193
unknown_args += env_unknown_args

0 commit comments

Comments
 (0)