mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
fix syntax error
This commit is contained in:
parent
1b8c325d83
commit
62002b2240
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ _VERBOSE = 0
|
|||
# To enable pretty tracebacks:
|
||||
# echo "export ENABLE_BACKTRACE=1;" >> ~/.bashrc
|
||||
if os.environ.get('ENABLE_BACKTRACE') == '1':
|
||||
try
|
||||
try:
|
||||
import backtrace
|
||||
|
||||
backtrace.hook(align=True, strip_path=True, enable_on_envvar_only=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue