improved example
This commit is contained in:
parent
c5c281797b
commit
2747c70bfe
|
@ -37,6 +37,9 @@ log.info("starting up!")
|
||||||
log.error("something went wrong.")
|
log.error("something went wrong.")
|
||||||
|
|
||||||
log.die("bailing out") # exits
|
log.die("bailing out") # exits
|
||||||
|
|
||||||
|
print "no soup for you."
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
![example output]
|
![example output]
|
||||||
|
|
|
@ -8,3 +8,4 @@ log.error("something went wrong.")
|
||||||
|
|
||||||
log.die("bailing out") # exits
|
log.die("bailing out") # exits
|
||||||
|
|
||||||
|
print "no soup for you."
|
||||||
|
|
Loading…
Reference in New Issue