diff options
author | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-06-10 09:46:33 +0200 |
---|---|---|
committer | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-06-10 09:46:33 +0200 |
commit | 037df58e4248b09df39b4b2830e595a0bfc3294f (patch) | |
tree | 0998ba667f841cd1c11791f98e6f49f59ce1c7cf /doc/gen_pkgdiff.py | |
parent | 82345bb71a756f33529bfc1bb7b22a2c46d1ba6e (diff) | |
download | el_manifests-standard-037df58e4248b09df39b4b2830e595a0bfc3294f.tar.gz |
Fixed minor bug in gen_pkgdiff.py
Diffstat (limited to 'doc/gen_pkgdiff.py')
-rw-r--r-- | doc/gen_pkgdiff.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/gen_pkgdiff.py b/doc/gen_pkgdiff.py index 5a13311..4b18ae2 100644 --- a/doc/gen_pkgdiff.py +++ b/doc/gen_pkgdiff.py | |||
@@ -109,8 +109,6 @@ elif len(sys.argv) == 1: | |||
109 | 109 | ||
110 | new_file = os.path.relpath(os.path.join(repo_root, new_lic_file)) | 110 | new_file = os.path.relpath(os.path.join(repo_root, new_lic_file)) |
111 | prev_file = "%s:%s" % (prev_baseline, prev_lic_file) | 111 | prev_file = "%s:%s" % (prev_baseline, prev_lic_file) |
112 | print prev_file | ||
113 | print new_file | ||
114 | 112 | ||
115 | else: | 113 | else: |
116 | sys.stderr.write("Usage:\n") | 114 | sys.stderr.write("Usage:\n") |