fix syntax error
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 2 Apr 2014 19:35:47 +0000 (15:35 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 2 Apr 2014 19:35:47 +0000 (15:35 -0400)
sfa/trust/hierarchy.py

index 93de94b..89b680c 100644 (file)
@@ -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)