mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-26 03:19:48 +00:00
Actually enable ^=
It was inadvertently omitted.
This commit is contained in:
parent
94bce2f65b
commit
2bfa890faf
@ -485,7 +485,7 @@ def updateattrib(session, updateargs, nodetype, noderange, options):
|
||||
try:
|
||||
for val in updateargs[1:]:
|
||||
val = val.split('=')
|
||||
if val[0][-1] in (',', '-'):
|
||||
if val[0][-1] in (',', '-', '^'):
|
||||
key = val[0][:-1]
|
||||
if val[0][-1] == ',':
|
||||
value = {'prepend': val[1]}
|
||||
|
Loading…
Reference in New Issue
Block a user