(baseName)
| 35 | return os.path.join(outputDirPath, '_{0}.tmp'.format(baseName)) |
| 36 | |
| 37 | def get_baselinesPath(baseName): |
| 38 | return os.path.join(rootPath, '{0}.approved.txt'.format(baseName)) |
| 39 | |
| 40 | def _get_unapprovedPath(path, baseName): |
| 41 | return os.path.join(path, '{0}.unapproved.txt'.format(baseName)) |