Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace os.path with Path and "unzip" with shutil.unpack_archive #40

Open
LucaMarconato opened this issue Jun 28, 2023 · 1 comment
Open

Comments

@LucaMarconato
Copy link
Member

LucaMarconato commented Jun 28, 2023

@melonora pointed out that this would better generalizes to all platform.

@LucaMarconato LucaMarconato changed the title Replace os.path with Path Replace os.path with Path and "unzip" with shutil.unpack_archive Jun 28, 2023
@LucaMarconato
Copy link
Member Author

Do this for all the repos. Checklist.

os.path -> Path

  • spatialdata
  • spatialdata-plot
  • spatialdata-io
  • spatialdata-sandbox
  • spatialdata-notebooks
  • napari-spatialdata

"unzip" -> shutil.unpack_archive

  • spatialdata
  • spatialdata-plot
  • spatialdata-io
  • spatialdata-sandbox
  • spatialdata-notebooks
  • napari-spatialdata

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

No branches or pull requests

1 participant