Skip to content

Commit

Permalink
update remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Sep 21, 2024
1 parent d93c9b3 commit 55ebe96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion iocage_lib/ioc_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def __execute_debug__(self, command, jail=None, jexec=False):

def __write_debug__(self, data, path, title, json=False, method='a+'):
title_sep = '-' * 10
print('path=', path)

with open(f'{path}.txt', method) as f:
f.write(title)
Expand Down
1 change: 0 additions & 1 deletion tests/functional_tests/0010_debug_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def test_01_debug(invoke_cli):
invoke_cli(
['debug']
)
assert 0 == 1


@require_root
Expand Down

0 comments on commit 55ebe96

Please sign in to comment.