workaround for bug in sea

fix double slash in hdb path

Change-Id: I68ab79c5240abb9fcccbbe5f817f740df2bb5ea6
This commit is contained in:
zolliker 2023-12-05 14:10:03 +01:00
parent c075738584
commit be6ba73c89

View File

@ -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'