-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log output while Popen is in progress (#45)
* Parallel logging and execute command Currently the `execute_command` function will only log the output after the command has completed, considering that the resources being created may take a long time, getting feedback during execution would be very valuable. * fixed tabbing * fixed another tab tab * Update tftest.py * revised based on comments - fixed formatting - used list instead of string concat - add encoding and ignore error params to popen Co-authored-by: Ludovico Magnocavallo <[email protected]>
- Loading branch information
1 parent
f4001b9
commit 414be8b
Showing
2 changed files
with
42 additions
and
14 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