lgtm: fix Unreachable code

This commit is contained in:
Daniel Mensinger 2019-12-04 13:36:19 +01:00 committed by Jussi Pakkanen
parent 454e323d3d
commit 379d633ef2
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ def _run_ci_include(args: typing.List[str]) -> str:
return 'Included file {}:\n{}\n'.format(args[0], data)
except Exception:
return 'Failed to open {} ({})'.format(args[0])
return 'Appended {} to the log'.format(args[0])
ci_commands = {
'ci_include': _run_ci_include