Skip to content

Commit facac3f

Browse files
author
Chad Curtis
committed
Fixed reference to rows in assemble_msds
1 parent 29853a3 commit facac3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

diff_classifier/knotlets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ def assemble_msds(prefix, remote_folder, bucket,
212212
Prefix='{}/{}_'.format(remote_folder,
213213
prefix))
214214
names = []
215+
rows = 0
216+
cols = 0
215217
for entry in all_objects['Contents']:
216218
name = entry['Key'].split('/')[-1]
217219
names.append(name)

0 commit comments

Comments
 (0)