diff -r d29d1a1ce15d -r ab3a69a34626 server/sources/storages.py --- a/server/sources/storages.py Thu May 20 10:40:55 2010 +0200 +++ b/server/sources/storages.py Thu May 20 10:40:33 2010 +0200 @@ -82,7 +82,7 @@ XXX subject to race condition. """ - path = osp.join(dirpath, basename) + path = osp.join(dirpath, basename.replace(osp.sep, '-')) if not osp.isfile(path): return path base, ext = osp.splitext(path)