difflist should include server and client now.
This commit is contained in:
parent
2927be6247
commit
00ca4ead44
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ def main():
|
|||
for row in srg_data['CL']:
|
||||
classes[row['deobf_name']] = row['obf_name']
|
||||
|
||||
with open(list_file, 'w') as fh:
|
||||
with open(list_file, 'a') as fh:
|
||||
for diff in difflist.splitlines():
|
||||
diffrow=diff.strip().split()
|
||||
clazz=diffrow[0]
|
||||
|
|
Loading…
Reference in a new issue