commented self.exit_fail()

This commit is contained in:
jitendracandela
2022-02-17 21:24:31 +05:30
committed by GitHub
parent ab83ffbf9a
commit 6e827a6a8b

View File

@@ -169,7 +169,7 @@ class IPVariableTime(Realm):
self._pass("All stations got IPs") self._pass("All stations got IPs")
else: else:
self._fail("Stations failed to get IPs") self._fail("Stations failed to get IPs")
self.exit_fail() #self.exit_fail()
self.cx_profile.start_cx() self.cx_profile.start_cx()
def stop(self): def stop(self):