Better error reporting when user puts scripts in the wrong place

Issue #3 new
J.C. Petkovich created an issue

When a user puts setup.sh, run.sh, and collect.sh in the wrong place, datamill doesn't report anything strange, we should probably be a little noisier about this with some warnings.

An example:

~ $ tar tf package.tar.gz
  package/
  package/run.sh
  package/setup.sh
  package/code.tar.gz
  package/collect.sh

vs

~ $ tar tf package_1.tar.gz
  ./
  ./code.tar.gz
  ./run.sh
  ./collect.sh
  ./setup.sh

It seems to be a common mistake, and it's hard for users to figure out that it's happening.

Comments (2)

  1. Log in to comment