File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff 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 ():
You can’t perform that action at this time.
0 commit comments