Skip to content

Commit a9dd37f

Browse files
Pylint fixes
1 parent 7e185ee commit a9dd37f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

substratevm/mx.substratevm/mx_substratevm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@ def javac_image_command(javac_path):
472472

473473

474474
def _native_junit(native_image, unittest_args, build_args=None, run_args=None, blacklist=None, whitelist=None, preserve_image=False):
475-
unittest_args = unittest_args
476475
build_args = build_args or []
477476

478477
javaProperties = {}

substratevm/mx.substratevm/mx_substratevm_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def extract_dacapo(dacapo_path):
301301
return extract_archive(dacapo_path, 'dacapo.extracted')
302302

303303
def benchmark_resources(self, benchmark):
304-
pass
304+
return None
305305

306306
def additional_lib(self, lib):
307307
return mx.library(lib).get_path(True)

0 commit comments

Comments
 (0)