Skip to content

Commit

Permalink
Fix missing bracket in output
Browse files Browse the repository at this point in the history
Closes: #20
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
pkulev authored and mgorny committed Aug 10, 2021
1 parent 2aafd69 commit 1393f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecleankernel/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def main(argv: typing.List[str]) -> int:
print('[-] file being removed')
if not args.pretend:
print('[x] file does not exist (anymore)')
print('[+] file being kept (used by other kernels')
print('[+] file being kept (used by other kernels)')
print()

if args.pretend:
Expand Down

0 comments on commit 1393f84

Please sign in to comment.