aboutsummaryrefslogtreecommitdiff
path: root/load_copyright.py
diff options
context:
space:
mode:
Diffstat (limited to 'load_copyright.py')
-rw-r--r--load_copyright.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/load_copyright.py b/load_copyright.py
index a5b1f5d..1ab361d 100644
--- a/load_copyright.py
+++ b/load_copyright.py
@@ -83,6 +83,8 @@ def import_one(pkgname, fh):
header['Upstream-Name'] = \
header['Upstream-Name'].replace(u'\xa0', ' ')
#copy_summary['Upstream-Name'].replace('\xc2\xa0', ' ')
+ if '@' in header['Upstream-Name']:
+ header['Upstream-Name'] = pkgname
copy_summary = pd.DataFrame([header])
#print copy_summary.T.to_string()