We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JSON-LD importer no longer can read files.
Regression in 8532cc6
File "/Users/jwalls/prj/arches/arches/app/etl_modules/jsonld_importer.py", line 81, in read self.prepare_temp_dir(request) File "/Users/jwalls/prj/arches/arches/app/etl_modules/base_import_module.py", line 237, in prepare_temp_dir self.temp_dir = os.path.join(settings.UPLOADED_FILES_DIR, "tmp", self.loadid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen posixpath>", line 90, in join File "<frozen genericpath>", line 164, in _check_arg_types TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
The text was updated successfully, but these errors were encountered:
Fix failure to launch JSON-LD bulk importer #11470
526c72b
Merge pull request #11471 from archesproject/jtw/fix-json-ld-launch-f…
d67c669
…ailure Fix failure to launch JSON-LD bulk importer #11470
jacobtylerwalls
Successfully merging a pull request may close this issue.
JSON-LD importer no longer can read files.
Regression in 8532cc6
The text was updated successfully, but these errors were encountered: