Skip to content

Commit

Permalink
PAGOPA-1239 minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoRuzzier committed Oct 27, 2023
1 parent 04760ac commit 4391f75
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
data = []
with open(sys.argv[1]) as csv_file:
csv_reader = csv.reader(csv_file, delimiter=';')
next(csv_reader)
for row in csv_reader:
cursor.execute("""
Select obj_id from NODO4_CFG.iban_master where fk_pa=(Select obj_id from NODO4_CFG.pa where id_Dominio=:id_dominio) and fk_iban=(Select obj_id from NODO4_CFG.iban where iban=:iban)
Expand Down

0 comments on commit 4391f75

Please sign in to comment.