We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e302f4c commit 52e81cbCopy full SHA for 52e81cb
tiledb/array.py
@@ -918,7 +918,7 @@ def _write_array(
918
q.finalize()
919
920
fragment_info = self.last_fragment_info
921
- if fragment_info != False:
+ if fragment_info is not False:
922
if not isinstance(fragment_info, dict):
923
raise ValueError(
924
f"Expected fragment_info to be a dict, got {type(fragment_info)}"
0 commit comments