FIX: Pylint reduce
[csit.git] / resources / libraries / bash / entry / check_crc.sh
index 6c91d28..5860bcb 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-# Copyright (c) 2019 Cisco and/or its affiliates.
+# Copyright (c) 2021 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -41,5 +41,5 @@ set_perpatch_vpp_dir || die
 activate_virtualenv "${VPP_DIR}" || die
 # TODO: Create bash functions for the following one-liners?
 make json-api-files || die "Generation of .api.json files failed."
-python csit/resources/tools/integrated/check_crc.py
+python3 csit/resources/tools/integrated/check_crc.py
 # RuntimeError causes nonzero return code, to vote -1.