dryworkflow
dryworkflow copied to clipboard
BUG: Creating a project without codebook causes 'createProjectSkeleton' crash
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