We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_separator
StringCommand
1 parent b91281e commit 4a4be76Copy full SHA for 4a4be76
pyinfra/api/command.py
@@ -73,7 +73,7 @@ class StringCommand(PyinfraCommand):
73
def __init__(self, *bits, **kwargs):
74
super(StringCommand, self).__init__(**kwargs)
75
self.bits = bits
76
- self.separator = kwargs.pop('separator', ' ')
+ self.separator = kwargs.pop('_separator', ' ')
77
78
def __str__(self):
79
return self.get_masked_value()
0 commit comments