Appease Minor and Major lint issues in !464

This commit is contained in:
Zedifus 2022-09-19 23:49:16 +01:00
parent 0e1237c0f4
commit 0829331534
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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"