Closed danielballan closed 4 years ago
This fixes the bug we encountered in the group exercise.
The tests only covered the usage
databroker-pack ... /path/to/directory # <-- absolute path
not
databroker-pack ... path/to/directory # <-- relative to cwd
The tests now cover both and fix the issue.
This fixes the bug we encountered in the group exercise.
The tests only covered the usage
not
The tests now cover both and fix the issue.