Skip to content

Commit

Permalink
Addressing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vrdmr committed Sep 30, 2019
1 parent 2334ce3 commit 3f90f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azurelinuxagent/ga/exthandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ def remove_ext_handler(self):
os.remove(zip_filename)
self.logger.verbose("Deleted the extension zip at path {0}", zip_filename)

base_dir = self.get_base_dir()
base_dir = self.get_base_dir()
if os.path.isdir(base_dir):
self.logger.info("Remove extension handler directory: {0}", base_dir)

Expand Down
2 changes: 1 addition & 1 deletion tests/ga/test_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ def test_ext_zip_file_packages_removed_in_uninstall_case(self, *args):
self._assert_ext_pkg_file_status(expected_to_be_present=False,
extension_version=extension_version)

def test_ext_zip_file_packages_removed_in_updates_and_uninstall_case(self, *args):
def test_ext_zip_file_packages_removed_in_update_and_uninstall_case(self, *args):
test_data = WireProtocolData(DATA_FILE)
exthandlers_handler, protocol = self._create_mock(test_data, *args)

Expand Down

0 comments on commit 3f90f5f

Please sign in to comment.