diff options
Diffstat (limited to 'test/vpp_pg_interface.py')
-rw-r--r-- | test/vpp_pg_interface.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/vpp_pg_interface.py b/test/vpp_pg_interface.py index 0fd5df4f345..2d5d5b002f2 100644 --- a/test/vpp_pg_interface.py +++ b/test/vpp_pg_interface.py @@ -159,7 +159,6 @@ class VppPGInterface(VppInterface): # keep try: - if os.path.isfile(path): name = "%s/history.[timestamp:%f].[%s-counter:%04d].%s" % ( self.test.tempdir, |