workaround for bug in sea
fix double slash in hdb path Change-Id: I68ab79c5240abb9fcccbbe5f817f740df2bb5ea6
This commit is contained in:
parent
c075738584
commit
be6ba73c89
@ -277,6 +277,9 @@ class SeaClient(ProxyClient, Module):
|
||||
continue
|
||||
else:
|
||||
continue
|
||||
# path from sea may contain double slash //
|
||||
# this should be fixed, however in the meantime fix it here
|
||||
path = path.replace('//', '/')
|
||||
data = {'%s.geterror' % path: readerror.replace('ERROR: ', '')}
|
||||
obj = None
|
||||
flag = 'hdbevent'
|
||||
|
Loading…
x
Reference in New Issue
Block a user