From c02d7b2a3432a563e4745573103d2040a6559dd4 Mon Sep 17 00:00:00 2001 From: James Miller Date: Thu, 23 Apr 2020 16:10:40 -0500 Subject: [PATCH] update comment on tmp-sql-to-weapons --- data/yaml/tmp-sql-to-weapons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/yaml/tmp-sql-to-weapons.py b/data/yaml/tmp-sql-to-weapons.py index fa2978d..97ab2d5 100644 --- a/data/yaml/tmp-sql-to-weapons.py +++ b/data/yaml/tmp-sql-to-weapons.py @@ -25,7 +25,7 @@ def main(): c.execute(q) data = [dict(row) for row in c.fetchall()] for i in data: - # handle empty bulk entries + # handle empty bulk entries to match the abbr field in bulks.yaml if i['bulk'] == '': i['bulk'] = '-' # convert gp prices to cp prices to avoid float issues