Skip to content

Commit b69ab25

Browse files
committed
.
1 parent 257912c commit b69ab25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmatrix/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def shape(self):
135135
self.flush()
136136

137137
return self._shape
138-
raise ShapeError("File shape is not set.")
138+
return None
139139

140140
def list_matrices(self):
141141
"""List the matrix names in this File"""

0 commit comments

Comments
 (0)