Skip to content

Commit

Permalink
Remove leftover arg (lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
basepi committed Mar 22, 2016
1 parent 08868cb commit bed048e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/states/rabbitmq_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def present(name,
'new': ''}})

if tags is not None:
current_tags = _get_current_tags(name, tags, runas=runas)
current_tags = _get_current_tags(name, runas=runas)
if isinstance(tags, str):
tags = tags.split()
# Diff the tags sets. Symmetric difference operator ^ will give us
Expand Down

0 comments on commit bed048e

Please sign in to comment.