Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Aug 14, 2024
1 parent ef8fa8a commit c63add0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def downloadFioOutputs(fioWorkloads):
for root, _, files in os.walk(LOCAL_LOGS_LOCATION):
for file in files:
per_epoch_output = root + f"/{file}"
gcsfuse_mount_options = ""
if not per_epoch_output.endswith(".json"):
print(f"ignoring file {per_epoch_output} as it's not a json file")
continue
Expand Down

0 comments on commit c63add0

Please sign in to comment.