Skip to content

Commit 3d652d2

Browse files
Add raw
1 parent c384208 commit 3d652d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation_and_upgrade/ibex_install_utils/tasks/server_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ def setup_log_rotation(self) -> None:
737737
logrotate = r"c:\instrument\apps\epics\utils\logrotate.py"
738738
task_cmd = (
739739
f"cmd.exe /c start /min {python} {logrotate} "
740-
"> C:\Instrument\Var\logs\schtasks\logrotate.log 2>&1"
740+
r"> C:\Instrument\Var\logs\schtasks\logrotate.log 2>&1"
741741
)
742742

743743
admin_commands = AdminCommandBuilder()

0 commit comments

Comments
 (0)