Skip to content

Commit

Permalink
trying to fix jq issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rking32 committed Aug 29, 2020
1 parent 3be2fcf commit d9016a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Aptfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ tree
wget
wget2
pv
jq
p7zip-full
1 change: 1 addition & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
{"url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip"},
{"url": "https://github.com/rking32/heroku-buildpack-google-chrome"},
{"url": "https://github.com/rking32/heroku-buildpack-chromedriver"},
{"url": "https://github.com/chrismytton/heroku-buildpack-jq.git"},
{"url": "https://github.com/heroku/heroku-buildpack-apt.git"},
{"url": "heroku/python"}
],
Expand Down
2 changes: 1 addition & 1 deletion userge/core/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async def _load_plugins(self) -> None:
try:
await self.load_plugin(name)
except ImportError as i_e:
_LOG.error(_LOG_STR, i_e)
_LOG.error(_LOG_STR, f"[{name}] - {i_e}")
await self.finalize_load()
_LOG.info(_LOG_STR, f"Imported ({len(_IMPORTED)}) Plugins => "
+ str([i.__name__ for i in _IMPORTED]))
Expand Down

0 comments on commit d9016a1

Please sign in to comment.