summaryrefslogtreecommitdiffstats
path: root/doc/gen_pkgdiff.py
diff options
context:
space:
mode:
authorThomas Lundström <thomas.lundstrom@enea.com>2016-06-10 09:46:33 +0200
committerThomas Lundström <thomas.lundstrom@enea.com>2016-06-10 09:46:33 +0200
commit037df58e4248b09df39b4b2830e595a0bfc3294f (patch)
tree0998ba667f841cd1c11791f98e6f49f59ce1c7cf /doc/gen_pkgdiff.py
parent82345bb71a756f33529bfc1bb7b22a2c46d1ba6e (diff)
downloadel_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.py2
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
115else: 113else:
116 sys.stderr.write("Usage:\n") 114 sys.stderr.write("Usage:\n")