lgtm: fix Unreachable code
This commit is contained in:
parent
454e323d3d
commit
379d633ef2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue