Skip to content

Commit 8d29300

Browse files
committed
check_spec.py: fix a missing return value setting
Change-Id: I163f3e191ac97955a0badaae27a9f26526cfd55c Signed-off-by: Shreenidhi Shedi <[email protected]> Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/14985
1 parent f6de4c2 commit 8d29300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

support/check_spec.py

+1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ def check_for_trailing_spaces(spec_fn, err_dict):
160160
' %d') % (line_num + 1)
161161
err_dict.update_err_dict(sec, err_msg)
162162
empty_line_count = 0
163+
ret = True
163164

164165
if line.endswith((' ', '\t')):
165166
err_msg = ('trailing space(s) found at line number: %s:\n'

0 commit comments

Comments
 (0)