Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aparcar committed Jul 3, 2017
1 parent 8f60c79 commit 7cb84bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-server/imagebuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def run(self):
return True

def download(self, url):
with tempfile.TemporaryDirectory(dir=self.config.get("tempdir") as tar_folder:
with tempfile.TemporaryDirectory(dir=self.config.get("tempdir")) as tar_folder:
create_folder(self.path)
tar_path = os.path.join(tar_folder, "imagebuilder.tar.xz")
self.log.info("downloading url %s", url)
Expand Down

0 comments on commit 7cb84bd

Please sign in to comment.