Changing delete command 84/97384/5
authorSINGAL, KAPIL (ks220y) <ks220y@att.com>
Mon, 21 Oct 2019 16:47:42 +0000 (16:47 +0000)
committerKAPIL SINGAL <ks220y@att.com>
Wed, 1 Jan 2020 17:52:35 +0000 (17:52 +0000)
commitea9bf6a31b205ea0681f70b74e0b79d03d09ff3f
tree194889a76872c1836fa75e5585dc9220d7706d9f
parentc527140c4c949851f035fb8f4c9c80779aa01bc2
Changing delete command

-delete is causing exit 1 with error "No such file or directory."
As it trying to delete files from ./.tox/* path.
Adding -not -path "./.tox" to exclude path.

Issue-ID: LOG-1173
Signed-off-by: SINGAL, KAPIL (ks220y) <ks220y@att.com>
Change-Id: Ic04d5c660e5c2ba81f3d2a2f6646bf65782a8a7a
pylog/tox.ini