dryworkflow icon indicating copy to clipboard operation
dryworkflow copied to clipboard

BUG: Creating a project without codebook causes 'createProjectSkeleton' crash

Open petebaker opened this issue 10 years ago • 0 comments

Haven't investigated this is any great detail but it appears that createProjectSkeleton process stops fairly early if no codebook is found

Quick fix: Can create blank file and the process seems to work properly. eg for file data123.csv in linux do the following:

$ touch data123_codebook.csv

Then things proceed as they should. This needs investigating/fixing

petebaker avatar Feb 15 '16 03:02 petebaker