Incorporated Windows OS Compatibility in File Path Handling
To ensure smoother operations across different operating systems, our code now identifies if it is functioning on a Windows environment. It then adjusts the method of joining file names to suit the particular operating system. This enhancement broadens our system compatibility, enabling it to handle Windows file paths effectively.
Corrections Made in File Name Checks
Formerly, we experienced some issues during the automatic checking for file names containing artworks_stage_2_. The logic behind these operations was reviewed and corrected, thus improving the reliability of our system when it interacts with files of particular names.
PR Summary
Incorporated Windows OS Compatibility in File Path Handling To ensure smoother operations across different operating systems, our code now identifies if it is functioning on a Windows environment. It then adjusts the method of joining file names to suit the particular operating system. This enhancement broadens our system compatibility, enabling it to handle Windows file paths effectively.
Corrections Made in File Name Checks Formerly, we experienced some issues during the automatic checking for file names containing
artworks_stage_2_
. The logic behind these operations was reviewed and corrected, thus improving the reliability of our system when it interacts with files of particular names.