uga-libraries / format-report

Aggregate and analyze csv files with file format information generated by the UGA Libraries' digital preservation system (ARCHive).
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

11 remove optional arg #36

Closed amhanson9 closed 1 year ago

amhanson9 commented 1 year ago

Remove optional argument for the path to standardized_formats.csv and always use the copy in the script repository. Calculate the path in the function where it is needed, instead of needing to pass as a parameter through multiple functions to have it where it is needed. Also allows all three scripts to use the same check_argument() function.