We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c384208 commit 3d652d2Copy full SHA for 3d652d2
installation_and_upgrade/ibex_install_utils/tasks/server_tasks.py
@@ -737,7 +737,7 @@ def setup_log_rotation(self) -> None:
737
logrotate = r"c:\instrument\apps\epics\utils\logrotate.py"
738
task_cmd = (
739
f"cmd.exe /c start /min {python} {logrotate} "
740
- "> C:\Instrument\Var\logs\schtasks\logrotate.log 2>&1"
+ r"> C:\Instrument\Var\logs\schtasks\logrotate.log 2>&1"
741
)
742
743
admin_commands = AdminCommandBuilder()
0 commit comments