You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/lsjogren/.pyenv/versions/3.9.9/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/lsjogren/.pyenv/versions/3.9.9/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/lsjogren/.local/share/virtualenvs/test-install-empty-OrVNOPla/lib/python3.9/site-packages/folio_migration_tools/__main__.py", line 118, in <module>
main()
File "/home/lsjogren/.local/share/virtualenvs/test-install-empty-OrVNOPla/lib/python3.9/site-packages/folio_migration_tools/__main__.py", line 69, in main
task_obj.wrap_up()
File "/home/lsjogren/.local/share/virtualenvs/test-install-empty-OrVNOPla/lib/python3.9/site-packages/folio_migration_tools/migration_tasks/organization_transformer.py", line 170, in wrap_up
self.mapper.migration_report.write_migration_report(migration_report_file)
TypeError: write_migration_report() missing 1 required positional argument: 'time_started'
The text was updated successfully, but these errors were encountered:
Organization transformer is missing this:
fe7a703
The text was updated successfully, but these errors were encountered: