Skip to content

Conversation

@BSD-Yassin
Copy link
Contributor

@BSD-Yassin BSD-Yassin commented Jun 28, 2025

Pull Request

Description

Based on #9 : I changed any reference to the python os module to pathlib instead.

Note : Seeing as this is a swap from one default module to another default one, there's no need to update any module dependency. It was already available from >Python3.11

Type of change

  • New feature

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Tests results :

Details
|   py313: OK (31.48=setup[14.95]+cmd[16.54] seconds)
|   congratulations :) (32.87 seconds)
|   py311: OK (31.44=setup[17.98]+cmd[13.46] seconds)
|   congratulations :) (32.69 seconds)
|   py312: OK (32.55=setup[16.31]+cmd[16.24] seconds)
|   congratulations :) (34.09 seconds)

Feel free to come back to me if the pull request isn't following guidelines.

@PaoloLeonard PaoloLeonard linked an issue Jun 29, 2025 that may be closed by this pull request
@PaoloLeonard
Copy link
Contributor

Thanks for the submission! We'll review it shortly

@ChristopheBeke ChristopheBeke merged commit 8bfa9f6 into SnappyLab:main Jul 1, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use pathlib instead of os.path

3 participants