Skip to content

Commit

Permalink
Fix --v2-to-v3-mapping failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pbashyal-nmdp committed Dec 5, 2023
1 parent f4523ad commit 6c38531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pyard-import
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ if __name__ == "__main__":
del ard

if v2_to_v3_dict:
db_connection = db.create_db_connection(data_dir, imgt_version, ro=False)
db_connection, _ = db.create_db_connection(data_dir, imgt_version, ro=False)
db.save_dict(
db_connection,
table_name="v2_mapping",
Expand Down

0 comments on commit 6c38531

Please sign in to comment.