From abc128e94e72eb48517f2a258abb81e6a11f5ad8 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Thu, 9 Aug 2012 11:08:30 +0300 Subject: [PATCH] fixing symbolic link naming --- Qalbum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qalbum.py b/Qalbum.py index a9d6e9b..4dc08ed 100755 --- a/Qalbum.py +++ b/Qalbum.py @@ -266,7 +266,7 @@ def createthumbs(path,list,options): def create_medium_bitmap(infile,outfile,r,link=False,vector=False): if link: - os.symlink(infile,outfile) + os.symlink('../'+os.path.basename(infile),outfile) return res=r+'x'+r+'>' if vector: