summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/utils/syncdaemon/syncdutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/marker/utils/syncdaemon/syncdutils.py')
-rw-r--r--xlators/features/marker/utils/syncdaemon/syncdutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/marker/utils/syncdaemon/syncdutils.py b/xlators/features/marker/utils/syncdaemon/syncdutils.py
index 1a7dbd4d..b29936d5 100644
--- a/xlators/features/marker/utils/syncdaemon/syncdutils.py
+++ b/xlators/features/marker/utils/syncdaemon/syncdutils.py
@@ -264,7 +264,7 @@ def eintr_wrap(func, exc, *a):
except exc:
ex = sys.exc_info()[1]
if not ex.args[0] == EINTR:
- raise GsyncdError(ex.args[1])
+ raise
def select(*a):
return eintr_wrap(oselect.select, oselect.error, *a)