Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Conversation

progressEdd
Copy link

This change removes the duplicate slashes in the setup script, this will lead to the following error

django_bgRemoverML/setup//download.py, not found!

I removed one of the / from line 25. Alternatively you could remove a slash from line 36. I chose to remove it from line 25 to make the code more understandable compared to the following

SETUP_DIR="${WORKING_DIR}/setup/"
DOWNLOAD_SCRIPT_PY="${SETUP_DIR}download.py"

This change removes the duplicate slashes in the setup script, this will lead to the following error
```
django_bgRemoverML/setup//download.py, not found!
```
I removed one of the / from line 25. Alternatively you could remove a slash from line 36. I chose to remove it from line 25 to make the code more understandable compared to the following

```
SETUP_DIR="${WORKING_DIR}/setup/"
DOWNLOAD_SCRIPT_PY="${SETUP_DIR}download.py"
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant