-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
232: run: Deal with lists being put in the configuration file r=duckinator a=nbraud I just noticed that Bork will accept lists, in command definitions, and pass them to `subprocess.run`, which seems to silently discard all but the first element. It seemed sensible to interpret it instead as a list of commands to execute sequentially; doing it in parallel could be cute, but also rather silly >_>' If this seems like a bad idea, please make sure that lists are rejected instead. The current situation is just very confusing. :3 Co-authored-by: nicoo <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters