Skip to content

Commit

Permalink
Pylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lazar-mitrovic committed Jan 6, 2021
1 parent 0bba216 commit aff275e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion substratevm/mx.substratevm/mx_substratevm.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ def javac_image_command(javac_path):


def _native_junit(native_image, unittest_args, build_args=None, run_args=None, blacklist=None, whitelist=None, preserve_image=False):
unittest_args = unittest_args
build_args = build_args or []

javaProperties = {}
Expand Down
2 changes: 1 addition & 1 deletion substratevm/mx.substratevm/mx_substratevm_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def extract_dacapo(dacapo_path):
return extract_archive(dacapo_path, 'dacapo.extracted')

def benchmark_resources(self, benchmark):
pass
return None

def additional_lib(self, lib):
return mx.library(lib).get_path(True)
Expand Down

0 comments on commit aff275e

Please sign in to comment.