Skip to content

Commit 65f370f

Browse files
Ruff
1 parent a7567ea commit 65f370f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

installation_and_upgrade/ibex_install_utils/tasks/server_tasks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,8 @@ def setup_log_rotation(self) -> None:
737737
@task("Update journal parser")
738738
def update_journal_parser(self) -> None:
739739
"""Update journal parser binaries."""
740-
JP_BIN_DIR = os.path.join(EPICS_PATH, "ISIS", "JournalParser", "master", "bin", "windows-x64")
740+
JP_BIN_DIR = os.path.join(
741+
EPICS_PATH, "ISIS", "JournalParser", "master", "bin", "windows-x64"
742+
)
741743
if os.path.isdir(JP_BIN_DIR):
742744
shutil.copytree(JP_BIN_DIR, LABVIEW_DAE_DIR)

0 commit comments

Comments
 (0)