mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-28 05:50:30 +00:00
Actually enable ^=
It was inadvertently omitted.
This commit is contained in:
@@ -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]}
|
||||
|
Reference in New Issue
Block a user