Skip to content

Commit 1f7a55f

Browse files
Ruff
1 parent 65f370f commit 1f7a55f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installation_and_upgrade/ibex_install_utils/tasks/server_tasks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -737,8 +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(
740+
jp_bin_dir = os.path.join(
741741
EPICS_PATH, "ISIS", "JournalParser", "master", "bin", "windows-x64"
742742
)
743-
if os.path.isdir(JP_BIN_DIR):
744-
shutil.copytree(JP_BIN_DIR, LABVIEW_DAE_DIR)
743+
if os.path.isdir(jp_bin_dir):
744+
shutil.copytree(jp_bin_dir, LABVIEW_DAE_DIR)

0 commit comments

Comments
 (0)