Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
/ pulp Public archive

Commit

Permalink
reformat too long line
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmar Hoffmann committed Aug 20, 2015
1 parent 878ff20 commit 8d0df21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agent/pulp/agent/gofer/pulpplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ def update_settings():
port = cfg.messaging.port
vhost = cfg.messaging.vhost
adapter = cfg.messaging.transport
plugin.cfg.messaging.url = '%s+%s://%s:%s%s' % (adapter, scheme, host, port, vhost and '/%s' % vhost or '')
plugin.cfg.messaging.url = '%s+%s://%s:%s%s' \
% (adapter, scheme, host, port, vhost and '/%s' % vhost or '')
plugin.cfg.messaging.uuid = get_agent_id()
plugin.cfg.messaging.cacert = cfg.messaging.cacert
plugin.cfg.messaging.clientcert = cfg.messaging.clientcert or \
Expand Down

0 comments on commit 8d0df21

Please sign in to comment.