mirror of
https://github.com/mandiant/capa.git
synced 2026-01-19 08:01:05 -08:00
code style: add fstrings
This commit is contained in:
@@ -62,5 +62,5 @@ def test_bulk_process(tmpdir):
|
||||
|
||||
def run_program(script_path, args):
|
||||
args = [sys.executable] + [script_path] + args
|
||||
print("running: '%s'" % args)
|
||||
print(f"running: '{args}'")
|
||||
return subprocess.run(args)
|
||||
|
||||
Reference in New Issue
Block a user