diff --git a/src/chia_log/log_consumer.py b/src/chia_log/log_consumer.py index 1909a72..9faeb97 100644 --- a/src/chia_log/log_consumer.py +++ b/src/chia_log/log_consumer.py @@ -165,7 +165,7 @@ def _read_log(self) -> Tuple[ChannelStdinFile, ChannelFile, ChannelStderrFile]: def _has_rotated(self, path: PurePath) -> bool: stdin, stdout, stderr = self._ssh_client.exec_command( - f"powershell.exe Write-Host((Get-Item {str(path)}).length" + f"powershell.exe Write-Host(Get-Item {str(path)}).length" ) old_size = self._log_size