To resolve that for this case, don't do the path join in python but in a SQL expression instead: return env['project_dir'] + os.path.sep + ...
確定! 回上一頁