Skip to content

Commit 2fe132e

Browse files
author
Luis M. Valerio Castillo
committed
Fixed uninitialzied variable
1 parent 0f8363d commit 2fe132e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/make_vcsp_2018.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def _dir2item(path, directory, md5_enabled, lib_id):
127127
vcsp_type = VCSP_TYPE_OTHER
128128
folder = ""
129129
folder_md5 = ""
130+
is_vapp = ""
130131
for f in os.listdir(path):
131132
if f == ".DS_Store" or f == ''.join((directory, os.extsep, FORMAT)):
132133
continue

0 commit comments

Comments
 (0)