X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fconfig.py;fp=sface%2Fconfig.py;h=b8b18726d0ff48cd73941d365b915a5910833bbd;hp=c475e7696a485ca48e2ae7b82aa6f4512405998e;hb=37dfde8c6c59f3c33d1225d3c73cb5ec11c12306;hpb=c6329bf47bb381a75a23c34c02071e6f7571ba7b diff --git a/sface/config.py b/sface/config.py index c475e76..b8b1872 100644 --- a/sface/config.py +++ b/sface/config.py @@ -187,10 +187,11 @@ class Config: def getSliceRecordFile(self): return self.fullpath ("%s.record" % self.getSlice()) + def getUserRecordFile(self): return self.fullpath ("%s.record" % self.getUser()) + def getAuthorityRecordFile(self): return self.fullpath ("%s/%s.record" % self.getAuthority()) - def getAuthorityListFile(self): - return self.fullpath ("%s_list.xml" % self.getAuthority()) + def getAuthorityListFile(self): return self.fullpath ("%s_list.xml" % self.getAuthority()) # configuration singleton