Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S sensormapgeo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • EnMAPEnMAP
  • sensormapgeo
  • Issues
  • #3
Closed
Open
Issue created Aug 07, 2020 by Daniel Scheffler@danschefOwner

NotADirectoryError due to race condition

NotADirectoryError at https://gitext.gfz-potsdam.de/EnMAP/sensormapgeo/-/blob/master/sensormapgeo/transformer_2d.py#L244

with TemporaryDirectory() as td:
    [...]
    ds_out = None

-> may raise a NotDirectoryError, possibly due to a race condition between the tempfile directory deletion and the GDAL file deletion

Assignee
Assign to
Time tracking