diff --git a/frappy_psi/sea.py b/frappy_psi/sea.py index 78479ec..4554c22 100644 --- a/frappy_psi/sea.py +++ b/frappy_psi/sea.py @@ -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'