mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 04:07:39 +02:00
apply unsafe fixes (ruff check --unsafe-fixes --fix)
This commit is contained in:
@@ -84,8 +84,7 @@ class TestActionsDecoding(unittest.TestCase):
|
||||
self.assertEqual(actions[0].action_type, scheduled_tasks.ActionType.Exe)
|
||||
except Exception:
|
||||
self.fail(
|
||||
"ActionDecoder.decode should not raise exception:\n%s"
|
||||
% traceback.format_exc()
|
||||
f"ActionDecoder.decode should not raise exception:\n{traceback.format_exc()}"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user