diff options
-rw-r--r-- | load_copyright.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/load_copyright.py b/load_copyright.py index 42d45fb..20028aa 100644 --- a/load_copyright.py +++ b/load_copyright.py @@ -70,6 +70,7 @@ def import_one(pkgname, fh): return None header['_srcpkg'] = pkgname + header['_license'] = header.get('License', '').split('\n')[0] copy_summary = pd.DataFrame([header]) #print copy_summary.T.to_string() #print |