mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Appease Minor and Major lint issues in !464
This commit is contained in:
parent
0e1237c0f4
commit
0829331534
@ -4,7 +4,6 @@ import time
|
||||
import json
|
||||
import pathlib
|
||||
import typing as t
|
||||
import datetime
|
||||
|
||||
from app.classes.controllers.roles_controller import RolesController
|
||||
from app.classes.shared.file_helpers import FileHelpers
|
||||
|
@ -244,7 +244,7 @@ class ServerInstance:
|
||||
)
|
||||
oracle_path = shutil.which("java")
|
||||
if oracle_path:
|
||||
# Checks for Oracle Java. Only Oracle Java's helper will cause a re-exec.
|
||||
# Checks for Oracle Java. Only Oracle Java's helper will cause a re-exec
|
||||
if "/Oracle/Java/" in str(self.helper.wtol_path(oracle_path)):
|
||||
logger.info(
|
||||
"Oracle Java detected. Changing"
|
||||
|
Loading…
Reference in New Issue
Block a user