mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
Improve printed output
This commit is contained in:
+1
-1
@@ -523,7 +523,7 @@ decman.sh(
|
||||
|
||||
### Errors
|
||||
|
||||
When your source needs to raise an error, decman provides `SourceError`s. These are the errors that should be raised when decman runs your `source.py` file.
|
||||
When your source needs to raise an error, decman provides `SourceError`s. Running commands with `prg` and `sh` may raise `decman.core.error.CommandFailedError`s if `check` is set to `True`. These are the errors that should be raised when decman runs your `source.py` file.
|
||||
|
||||
```py
|
||||
import decman
|
||||
|
||||
Reference in New Issue
Block a user