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

Organization transformation lacks report writing parameter #286

Closed
branchedelac opened this issue Jun 13, 2022 · 0 comments
Closed

Organization transformation lacks report writing parameter #286

branchedelac opened this issue Jun 13, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@branchedelac
Copy link
Contributor

Organization transformer is missing this:

fe7a703

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'
@branchedelac branchedelac added the bug Something isn't working label Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants