Open gabriel-v opened 1 year ago
Parser args are added here:
But then, they are not being used at all, here:
args.directory
args.cache
app.folder / build
I think we need to either remove the arguments or respect them.
My current workaround for this issue is to cp -a the stuff into a temporary directory before building.
cp -a
Thank for reporting. Indeed commenting them until implemented correctly as they are confusing, and "build" is totally fine for python ecosystem anyway.
Parser args are added here:
But then, they are not being used at all, here:
args.directory
)args.cache
)app.folder / build
)I think we need to either remove the arguments or respect them.
My current workaround for this issue is to
cp -a
the stuff into a temporary directory before building.