jaydebeapi icon indicating copy to clipboard operation
jaydebeapi copied to clipboard

DeprecationWarning: jpype._core.isThreadAttachedToJVM

Open marcusbevans opened this issue 3 years ago • 0 comments

When I run some tests associated with my script I see the following error:

  D:\code\sugo\pyroyalties\venv\lib\site-packages\jaydebeapi\__init__.py:200: DeprecationWarning: jpype._core.isThreadAttachedToJVM is deprecated, use java.lang.Thread.isAttached instead
    if not jpype.isThreadAttachedToJVM():```

marcusbevans avatar Nov 10 '21 17:11 marcusbevans