Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 committed Dec 28, 2023
1 parent e0dea4b commit 7680b7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests_e2e/tests/scripts/agent_update-self_update_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Script verifies agent update was done by test agent
#
import argparse
import re

Expand Down Expand Up @@ -44,7 +46,7 @@ def verify_agent_update_from_log(latest_version, current_version) -> bool:
return False


def main():
def main() -> None:
parser = argparse.ArgumentParser()
parser.add_argument('-l', '--latest-version', required=True)
parser.add_argument('-c', '--current-version', required=True)
Expand Down

0 comments on commit 7680b7d

Please sign in to comment.