FNNDSC / FNNDSC/pl-s3path

SELFPATH is empty string

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

https://github.com/FNNDSC/pl-s3path/blob/559b809504b19b391077e4a54b3e910db92b733e/s3path/s3path.py#L26

CWD is `/usr/src/s3path` so `__file__` merely gives `s3path.py`

```bash
# from Dockerhub
docker run --rm fnndsc/pl-s3path s3path.py --json | jq .selfpath
# build against recent base image
docker build -t local/pl-s3path . && docker run --rm local/pl-s3path s3path.py --json | jq .selfpath
```

Both cases yield `""`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.