Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 11 batchaccession & sipcreator filmo_csv changes #347

Merged
merged 3 commits into from
Jul 1, 2019

Conversation

raecasey
Copy link
Contributor

you'll see the commits
both scripts broke because it didn't know what to do with -f. it would match either the -filmo_csv argument or -force argument. So i changed -f in both scripts to -force.
both scripts were fully tested and work now.
but maybe you can confirm that the -force was the right change to make? you'll see from the commits what lines the changes are.
cheers

line 311 change -csv to -filmo_csv
changed -f to -force
line 568 change -f to -force.
command output told me that -f was an ambiguous option, - it didn't know if it was matching -force or -filmo_csv.
so I'm changing it to -force to see if it works.
@kieranjol kieranjol merged commit 25662b2 into kieranjol:master Jul 1, 2019
@raecasey raecasey deleted the patch-11 branch July 1, 2019 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants