Skip to content

Commit

Permalink
a bit of code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkass committed Jul 4, 2020
1 parent 4914ee5 commit 3465d7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin/setup.vim
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ execute "python3 sys.path.append('" . s:script_dir . "../')"

" Check that all pip dependencies are installed
python3 import python.util.pip_check
let s:status = py3eval("python.util.pip_check.check()")
if s:status == 1
if py3eval("python.util.pip_check.check()")
" throw "Please consult the 'jiravim-pip-install' help tag for help on installing pip dependencies."
finish
endif
Expand Down

0 comments on commit 3465d7b

Please sign in to comment.