samba-in-kubernetes / sit-test-cases

SIT (Samba Integration Tests) Automated Test Cases
0 stars 4 forks source link

Use os.path.join method instead of string concatination #39

Closed Shwetha-Acharya closed 8 months ago

Shwetha-Acharya commented 8 months ago

As the seperator('/\') can vary from OS to OS, it is best practice to use os.path.join method instead of string concatination.

This change makes the code platform independent.