Commit 1ccfeafa by Konstantin Manna Committed by Brian Coca

bugfix: use correct close calls

parent c1ad96e5
......@@ -233,7 +233,7 @@ class GalaxyCLI(CLI):
readme_path = os.path.join(role_path, "README.md")
f = open(readme_path, "wb")
f.write(self.galaxy.default_readme)
f.close
f.close()
for dir in GalaxyRole.ROLE_DIRS:
dir_path = os.path.join(init_path, role_name, dir)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment