Skip to content

Commit

Permalink
fixed remote plugins embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
unbit committed Apr 13, 2015
1 parent 334baa8 commit 7020840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uwsgiconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def build_uwsgi(uc, print_only=False, gcll=None):
if len(kv) > 1:
p = kv[1]
p = p.strip()
if plugin_is_remote(p):
if is_remote_plugin(p):
p = get_remote_plugin(p)
path = os.path.abspath(p)
else:
Expand Down

0 comments on commit 7020840

Please sign in to comment.