Skip to content

Commit

Permalink
Refactor argparse description in fmp_denormalize.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinUhr committed Apr 29, 2024
1 parent ae93771 commit c8d5d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmp_denormalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def prep_limit_orgs(orgs_to_include):
if __name__ == '__main__':
# Parse command line arguments
try:
parser = argparse.ArgumentParser(description='test')#"""
parser = argparse.ArgumentParser(description="""
# Denormalize data from the FileMaker Pro database export into a single CSV file.
# Input is either a directory containing the 7 CSV files or a zip file containing the 7 CSV files.
# The expected filenames are: alternative_name.csv, folders.csv, locations.csv, members.csv, related_collections.csv, sources.csv, subjects.csv
Expand Down

0 comments on commit c8d5d2e

Please sign in to comment.