From: Tony Mack Date: Wed, 2 Apr 2014 19:35:47 +0000 (-0400) Subject: fix syntax error X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=564f938a103af2c808039c660ca9f2f1b4fd31a8;hp=b4f7d65fc8998602457573801017ba6e12bf18d4;p=sfa.git fix syntax error --- diff --git a/sfa/trust/hierarchy.py b/sfa/trust/hierarchy.py index 93de94bf..89b680c8 100644 --- a/sfa/trust/hierarchy.py +++ b/sfa/trust/hierarchy.py @@ -112,7 +112,7 @@ class Hierarchy: def get_auth_filenames(self, xrn): hrn, type = urn_to_hrn(xrn) if '\\' in hrn: - hrn = hrn.replace('\\', '' + hrn = hrn.replace('\\', '') leaf = hrn else: leaf = get_leaf(hrn)