X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fsfirenew.py;h=17cd8d6550ff500754a871e5039c017c88103863;hp=863b253a799bd17aabacc5169de1411f212f71ee;hb=ab5bd9742a2d1b306e1a65b7f37c46f602c3fdd3;hpb=dea293b69063b10026b56072ef3d1006df177d20 diff --git a/sface/sfirenew.py b/sface/sfirenew.py index 863b253..17cd8d6 100644 --- a/sface/sfirenew.py +++ b/sface/sfirenew.py @@ -44,7 +44,7 @@ class SfiRenewer(QObject): def finishedUpdateRecord(self): # we have to force sfi.py to download an updated slice credential - sliceCredName = os.path.expanduser("~/.sfi/slice_" + self.hrn.split(".")[-1] + ".cred") + sliceCredName = config.fullpath("slice_" + self.hrn.split(".")[-1] + ".cred") if os.path.exists(sliceCredName): os.remove(sliceCredName)