Преглед на файлове

Forgot we can't iterate over cursor.execute()...

pull/24/head
Ben Kurtovic преди 12 години
родител
ревизия
4003711724
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. +2
    -1
      pages/copyvios.mako

+ 2
- 1
pages/copyvios.mako Целия файл

@@ -190,7 +190,8 @@

def synchronize_sites_with_db(cursor, updates, q_list, q_rmv, q_update):
removals = []
for site in cursor.execute(q_list):
cursor.execute(q_list)
for site in cursor:
updates.remove(site) if site in updates else removals.append(site)
cursor.executemany(q_rmv, removals)
cursor.executemany(q_update, updates)


Зареждане…
Отказ
Запис