Skip to content

Commit cd10ffc

Browse files
fix for pipe fail test suite failure
1 parent 130406e commit cd10ffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/maintenance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
Test Learning Path
2323
"""
2424
def check_lp(lp_path, link, debug):
25+
test_image_results = None # initialize the variable
2526
if not os.path.isdir(lp_path):
2627
lp_path = os.path.dirname(lp_path)
2728

0 commit comments

Comments
 (0)