We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea659ce commit b797528Copy full SHA for b797528
tests/conftest.py
@@ -10,8 +10,6 @@
10
def setup_and_teardown():
11
log_config = os.path.join(os.path.split(__file__)[0], "resources", "log4j.properties")
12
13
- assert os.path.exists(log_config)
14
-
15
javabridge.start_vm(
16
args=[
17
"-Dlog4j.configuration=file:{}".format(log_config),
0 commit comments