Skip to content

Commit

Permalink
lgtm warnings fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
renukamanavalan committed Feb 16, 2022
1 parent ee2e72b commit 45f12f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/configlet/test_add_rack.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def test_add_rack(configure_dut, tbinfo, duthosts, rand_one_dut_hostname):
global data_dir, orig_db_dir, clet_db_dir, files_dir

duthost = duthosts[rand_one_dut_hostname]
duthost_name = rand_one_dut_hostname

log_info("sys.version={}".format(sys.version))
do_test_add_rack(duthost, is_storage_backend = 'backend' in tbinfo['topo']['name'],
Expand Down
1 change: 0 additions & 1 deletion tests/configlet/util/run_test_in_switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def main():
return -1
else:
work_dir = args.dir
skip_load = True

os.chdir(work_dir)

Expand Down

0 comments on commit 45f12f8

Please sign in to comment.