-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
🐛BSomething isn't workingSomething isn't working
Description
Bug Description
When running a clams app using the cli.py script, if the script is not run from the same directory as the app, any relative file paths will not work correctly.
Reproduction steps
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
No response
Log output
No response
Screenshots
No response
Additional context
| analyzer_version=[l.strip().rsplit('==')[-1] for l in open('requirements.txt').readlines() if re.match(r'^ANALYZER_NAME==', l)][0], |
This reference to requirements.txt will need to change.
Metadata
Metadata
Assignees
Labels
🐛BSomething isn't workingSomething isn't working
Type
Projects
Status
Done