Skip to content

Commit 0bde35e

Browse files
authored
Small cleanups mkauthlist.py
1 parent fff8232 commit 0bde35e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mkauthlist/mkauthlist.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def write_contributions(filename,data):
112112
('aastex','aastex6'), # This is for aastex v6.*
113113
('aastex5','aastex'), # This is for aastex v5.*
114114
('aastex61','aastex6'), # This is for aastex v6.1
115-
('aastex61','aastex6'), # This is for aastex v6.1
116115
('aastex7','aastex7'), # This is for aastex v7.*
117116
('apj','aastex6'),
118117
('apjl','aastex6'),
@@ -560,10 +559,6 @@ def write_contributions(filename,data):
560559
authdict[authorkey].append(d['Affiliation'])
561560

562561
author_email[authorkey] = d['Email']
563-
#if d['Authorname'] not in authdict.keys():
564-
# authdict[d['Authorname']] = [d['Affiliation']]
565-
#else:
566-
# authdict[d['Authorname']].append(d['Affiliation'])
567562

568563
authors = []
569564
for key,val in authdict.items():

0 commit comments

Comments
 (0)