]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: statement ends with a semicolon (E703)
authorMichael Fritch <mfritch@suse.com>
Fri, 5 Feb 2021 18:13:40 +0000 (11:13 -0700)
committerMichael Fritch <mfritch@suse.com>
Fri, 5 Feb 2021 18:20:32 +0000 (11:20 -0700)
Signed-off-by: Michael Fritch <mfritch@suse.com>
src/pybind/mgr/cephadm/inventory.py
src/pybind/mgr/tox.ini

index b4df1e56c41ee17a65d6ee036d32463f2c393a93..5e2f81759ffed2c2820b831de108a492a8307e6e 100644 (file)
@@ -624,7 +624,7 @@ class HostCache():
         created = self.mgr.spec_store.get_created(spec)
         if created and created > self.last_device_change[host]:
             return True
-        return self.osdspec_last_applied[host][spec.service_name()] < self.last_device_change[host];
+        return self.osdspec_last_applied[host][spec.service_name()] < self.last_device_change[host]
 
     def update_last_etc_ceph_ceph_conf(self, host: str) -> None:
         if not self.mgr.last_monmap:
index 0d3d46243cd09857bcd65ceea6ca87afc218882e..f69f8232aad82cd76418918c579b7b88e9ff3299 100644 (file)
@@ -12,7 +12,6 @@ requires = cython
 max-line-length = 100
 ignore =
     E501,
-    E703,
     E704,
     E712,
     E722,