Code review comment for lp:~jontai/openvista-gtm-integration/bug383367

Revision history for this message
Jon Tai (jontai) wrote :

> This works around the symptom and is good enough. It may be a cleaner approach
> to create $tempdir in /tmp, though.

Then you'd run into the same problem if you unpacked your routines in /tmp and tried to import from there.

I don't want to exclude importing *all* directories because I want to leave the door open for multiple routine tiers in the future, so not copying dot directories is the only remaining sane behavior.

« Back to merge proposal