Open dhardestylewis opened 4 years ago
Issue-Label Bot is automatically applying the label bug
to this issue, with a confidence of 0.91. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
@dhardestylewis, can you please share:
the trace command captures all system calls, so it's definitely not tracking only the parent folder (we have tested this). Why should mic copy a directory structure? I think it should either copy the files, or if you use a folder, then a zip file with the directory structure you are using.
mic pkg trace
does not appear to detect when it has taken place deeper in the directory hierarchy than the parent directory ofmic/mic.yaml
. Therefore, it does not copy input files into the correct subdirectory structure when in therun
script. I have briefly attempted to modify therun
script, but I have not yet figured out exactly how to fix this issue.