Skip to content

Commit

Permalink
print filename when settings update fails
Browse files Browse the repository at this point in the history
  • Loading branch information
sugoidogo committed May 6, 2022
1 parent 49e1b64 commit 6b40fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
except:
from traceback import print_exc
print_exc()
print('update failed on '+filename)
print('')
print('Python 3.6.8 embedded plus pip has been installed')
print('All existing scene collections have been updated')
Expand Down

0 comments on commit 6b40fbd

Please sign in to comment.