Skip to content

Commit

Permalink
updating call len to accomodate gcs folder calls
Browse files Browse the repository at this point in the history
  • Loading branch information
anushka567 committed Aug 29, 2024
1 parent aaeb636 commit 2839d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/log_analyser/outputgenerator/generate_gsheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_top_file_gcscalls_stats(global_data, call_type):
top_file_num = []
top_files = []
if call_type == "GCS":
call_len = 8
call_len = 12
else:
call_len = 10
for i in range(call_len):
Expand Down

0 comments on commit 2839d49

Please sign in to comment.