pyflakes

parent 6c991e4d
......@@ -802,7 +802,7 @@ class TestSlapgridCPWithMasterPromise(MasterMixin, unittest.TestCase):
self.started = False
instance_path = self._create_instance('0')
software_hash = self._bootstrap()
self._bootstrap()
promise_path = os.path.join(instance_path, 'etc', 'promise')
os.makedirs(promise_path)
......@@ -863,7 +863,7 @@ exit 127""" % {'worked_file': worked_file})
self.started = False
instance_path = self._create_instance('0')
software_hash = self._bootstrap()
self._bootstrap()
promise_path = os.path.join(instance_path, 'etc', 'promise')
os.makedirs(promise_path)
......@@ -928,7 +928,7 @@ exit 0""" % {'worked_file': worked_file})
self.started = False
instance_path = self._create_instance('0')
software_hash = self._bootstrap()
self._bootstrap()
promise_path = os.path.join(instance_path, 'etc', 'promise')
os.makedirs(promise_path)
......@@ -996,7 +996,7 @@ exit 127""" % {'worked_file': worked_file})
self.started = False
instance_path = self._create_instance('0')
software_hash = self._bootstrap()
self._bootstrap()
promise_path = os.path.join(instance_path, 'etc', 'promise')
os.makedirs(promise_path)
......@@ -1058,7 +1058,7 @@ exit 0""" % {'worked_file': worked_file})
self.started = False
instance_path = self._create_instance('0')
software_hash = self._bootstrap()
self._bootstrap()
promise_path = os.path.join(instance_path, 'etc', 'promise')
os.makedirs(promise_path)
......@@ -1130,7 +1130,7 @@ exit 0""" % {'worked_file': worked_file_2})
self.started = False
instance_path = self._create_instance('0')
software_hash = self._bootstrap()
self._bootstrap()
promise_path = os.path.join(instance_path, 'etc', 'promise')
os.makedirs(promise_path)
......@@ -1203,7 +1203,7 @@ fi""" % {'worked_file': worked_file, 'lockfile': lockfile})
self.started = False
instance_path = self._create_instance('0')
software_hash = self._bootstrap()
self._bootstrap()
promise_path = os.path.join(instance_path, 'etc', 'promise')
os.makedirs(promise_path)
......
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