Samuel Kees
Results
2
issues of
Samuel Kees
# Bug Report ## Description see Issue name. ### Reproduce I have a dvc folder ```data``` with has two files ```test?test.txt``` and ```?test.txt```: ``` . └── data ├── test?test.txt └──...
regression
A: data-management
bug
Adds ```add``` to ```MultiExec``` to add Commands. use: ```python from reddish.trio import MultiExec, Command tx = MultiExec( Command('ECHO {}', 'foo'), Command('ECHO {}', 'bar') ) # ... same code hire tx.add(...