papis / papis-zotero

Zotero compatibility layer for papis
GNU General Public License v3.0
75 stars 17 forks source link

sql: Starting indexing at 0 is confusing #34

Closed alexfikl closed 8 months ago

alexfikl commented 1 year ago

From #33

[INFO] papis_zotero.sql: [   0/13  ]
...
...
[INFO] papis_zotero.sql: [   12/13  ]

Why start at "0" and not at "1" ? The first will be "0" and the last one will be "12". Instead of the first being "1" and the last being "13". I know, I am trying to import 13 items and follow up the procedure. This just makes it so unconfortable to read the debug log.