Skip to content
#

repository

Here are 2,065 public repositories matching this topic...

loopback-next
MVrachev
MVrachev commented Mar 10, 2022

Description of issue or feature request:
I found a couple of places in the tests where we have used f strings and manually joined paths instead of using os.path.join().
This can lead to a problem where on Linux and Mac OS this behavior will work, but on Windows won't.
Some examples:

tdonohue
tdonohue commented Feb 18, 2022

Describe the bug
Reported on behalf of this thread: https://groups.google.com/g/dspace-community/c/xguccnJkrJM/m/UxcRrjcKBwAJ

The ./dspace solr-reindex-statistics script is broken in DSpace 7 because it attempts to access the Solr data in the old DSpace 6.x directory structure (instead of using SOLR_DATA_HOME or similar).

When running it in DSpace 7, you will receive an error similar

Improve this page

Add a description, image, and links to the repository topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the repository topic, visit your repo's landing page and select "manage topics."

Learn more