-
Notifications
You must be signed in to change notification settings - Fork 6
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
Latest code not working (undefined variables, wrong function call) #7
Comments
Hey Stefan, thank you for pointing that out. I'm away this weekend, but will give the code a thorough look next week, including #8 and any other issues you might find :-) |
This patch works better:
|
I'm currently refactoring the code quite a bit, so I can finally add some unit tests. In its current state, the whole logic is horribly coupled and very convoluted in some places, it's one of those "what was I thinking??" situations :-) expect an update by the weekend. |
Great! I promise to give it a try then. |
Thank you for pushing the refactored code. It still does not work for me.
|
|
Thank you. That's fixed now. This issue remains for the Docker based setup:
|
Dang, forgot to fix the
I introduced pipenv with the refactor, which takes care of installing all the dependencies in a virtualen environment and automatically load that when executing the program. |
The code uses undefined variables
mets_doc
andmanifest_ident
and calls_fill_manifest_metadata
with only one instead of two arguments.I had to fix those lines to get something which works partially:
The text was updated successfully, but these errors were encountered: