Index: sodar/trunk/plotSodar.py =================================================================== --- sodar/trunk/plotSodar.py (revision 153) +++ sodar/trunk/plotSodar.py (revision 154) @@ -181,5 +181,5 @@ catalogData = [destpath.split(os.sep) for destpath in destinationWalk] - catalogHandle = open(os.join(catalog, _catalogName), 'wb') + catalogHandle = open(os.path.join(catalog, _catalogName), 'wb') writer = csv.writer(catalogHandle) writer.writerows(catalogData)