Skip to content

Commit

Permalink
Removing gz from extensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
milo-hyben committed Oct 2, 2023
1 parent 20beb14 commit e6e3100
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metamist_infrastructure/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@ def _etl_function(
}
archive = archive_folder(
str(path_to_func_folder.absolute()),
allowed_extensions=frozenset({'.gz', '.py', '.txt', '.json'}),
extra_assets=extra_assets,
)
else:
Expand Down

0 comments on commit e6e3100

Please sign in to comment.