Skip to content

ezCol.py crash while searching for un unknown ezConStudy./data/ directory #5

@StudioDanton

Description

@StudioDanton

Hi Ted,

Had a strange error pop up trying to use for the first time ezCon.py to process a 2 hours acquisition test.
Had to create manualy a 'ezConStudydata' directory at the same level of my 'data' directory to overcome the error.
Seems to be a misunderstanding between my pathname and the way it is used by the script.

Setup

Processing :
OS: Windows 10 x64 22H2 Build 19045.4412
Python v3.8.10
using programRevision = ezCon240108a.py

Commands

Failed when using command:
python ../ezRA/ezCon.py ./data/ObsStJean240524_19.txt

Output on Failure

   openFileStudy ===============
   opening ezConStudy./data/ObsStJean240524_19.txt
Traceback (most recent call last):
  File "../ezRA/ezCon.py", line 10345, in <module>
    main()
  File "../ezRA/ezCon.py", line 9982, in main
    openFileStudy()         # In case it will eventually error.  Creates fileWriteNameStudy, fileWriteStudy
  File "../ezRA/ezCon.py", line 1857, in openFileStudy
    fileWriteStudy = open(fileWriteNameStudy, 'w')
FileNotFoundError: [Errno 2] No such file or directory: 'ezConStudy./data/ObsStJean240524_19.txt'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions