(self)
| 112 | file.write("Touched files : %s\n" % self.touched_files) |
| 113 | |
| 114 | def empty(self): |
| 115 | return not (self.added_files or self.removed_files or |
| 116 | self.modified_files or self.touched_files) |
| 117 | |
| 118 | |
| 119 | def build_tree(path): |
no outgoing calls
no test coverage detected