Fix more Windows issues (#9011)

Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
mehrdadn
2020-06-19 18:51:45 -07:00
committed by GitHub
co-authored by Mehrdad
parent f8d49d69c1
commit 981f67bfb0
11 changed files with 61 additions and 59 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ class AutoscalingTest(unittest.TestCase):
return self.provider
def write_config(self, config):
path = self.tmpdir + "/simple.yaml"
path = os.path.join(self.tmpdir, "simple.yaml")
with open(path, "w") as f:
f.write(yaml.dump(config))
return path