Skip to content

Commit a7d053a

Browse files
committed
Merge branch 'develop' into 291-280-python3-support
2 parents aaf83c4 + f263f6e commit a7d053a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/attributecode/cmd.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ def inventory(location, output, quiet, format):
152152
write_errors = model.write_output(abouts, output, format)
153153
for err in write_errors:
154154
errors.append(err)
155-
log_errors(errors, quiet, os.path.dirname(output))
156-
# FIXME: return error code?
155+
log_errors(errors, quiet, os.path.dirname(output))
157156

158157

159158
######################################################################

0 commit comments

Comments
 (0)