From 6b9940cdb945a2a683ce277a2c2f430264a0eac6 Mon Sep 17 00:00:00 2001 From: Chris Doman Date: Mon, 27 Nov 2023 17:37:20 +0000 Subject: [PATCH] fix int --- cloudgrep/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudgrep/__main__.py b/cloudgrep/__main__.py index fec85f8..891f3fd 100644 --- a/cloudgrep/__main__.py +++ b/cloudgrep/__main__.py @@ -87,7 +87,7 @@ def main() -> None: args["query"], args["file"], args["yara"], - args["file_size"], + int(args["file_size"]), args["prefix"], args["filename"], args["start_date"],