Skip to content

Commit

Permalink
lint fixes;
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddli committed Dec 31, 2017
1 parent 8ab2289 commit bba3f48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@
- fixed bug in conversion script causing it to hang
- add core.unrar_tool_path setting
- set default path to unrar tool
- misc fixes
- added 'get_notification' api function (not yet ready)
- added 'reply_notification' api function (not yet ready)
- added 'check_update' api function
- added 'update_application' api function
- update docs
- added bootstrap.py deploy
- updated some libraries
- fixed lots of issues
"""


Expand Down
2 changes: 1 addition & 1 deletion updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ def move_replace(root_src_dir, root_dst_dir):
with shelve.open(constants.internal_db_path) as db:
update_info['state'] = state.value
log.i('Finished with state:', state)
except:
except BaseException:
log.exception("Updater failed")

0 comments on commit bba3f48

Please sign in to comment.