summaryrefslogtreecommitdiff
path: root/gen-patch-info.py
diff options
context:
space:
mode:
Diffstat (limited to 'gen-patch-info.py')
-rwxr-xr-xgen-patch-info.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/gen-patch-info.py b/gen-patch-info.py
index ea9cdb7..fe69bf4 100755
--- a/gen-patch-info.py
+++ b/gen-patch-info.py
@@ -37,11 +37,6 @@ if __name__ == '__main__':
Conf.archive_root,))
a = Archive(Conf.archive_root, suitefilter=suites, pkgfilter=packages)
- try:
- os.mkdir(Conf.output_dir)
- except OSError, e:
- if e.errno != errno.EEXIST:
- raise e
pts_idx = PtsIndexFile()