In existing code path to a logfile is hardcoded.To ensure robustness across different platforms, this PR replaces the hardcoded path separator with the os.path.join function, which automatically selects the appropriate separator based on the operating system.
In existing code path to a logfile is hardcoded.To ensure robustness across different platforms, this PR replaces the hardcoded path separator with the os.path.join function, which automatically selects the appropriate separator based on the operating system.