Skip to content

Commit

Permalink
Do not run examine_contents in the default config
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Dec 29, 2021
1 parent dc87afa commit 3fbb51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a3m/cli/client/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def _prepare_config(user_pairs):
"""
config = a3m_pb2.ProcessingConfig(
assign_uuids_to_directories=True,
examine_contents=True,
examine_contents=False,
generate_transfer_structure_report=True,
document_empty_directories=True,
extract_packages=True,
Expand Down

0 comments on commit 3fbb51a

Please sign in to comment.