Skip to content

Commit

Permalink
Fix linter issues.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=273849962
  • Loading branch information
tohaowu committed Oct 10, 2019
1 parent c7a0dcf commit 8b53d63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion perfkitbenchmarker/linux_packages/openfoam.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

from __future__ import absolute_import
from __future__ import division
from __future__ import google_type_annotations
from __future__ import print_function

import logging
Expand Down
1 change: 1 addition & 0 deletions perfkitbenchmarker/windows_packages/nuttcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class NuttcpNotRunningError(Exception):
def Install(vm):
"""Installs the nuttcp package on the VM."""
zip_path = ntpath.join(vm.temp_dir, NUTTCP_ZIP)

@vm_util.Retry()
def DownloadWithRetry():
vm.DownloadFile(NUTTCP_URL, zip_path)
Expand Down

0 comments on commit 8b53d63

Please sign in to comment.