moest-np / center-randomize

Script is to assign exam centers to students
MIT License
753 stars 360 forks source link

Fix path separator for cross-platform compatibility #50

Open pratikpz opened 6 months ago

pratikpz commented 6 months ago

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.