Skip to content

Commit a487ac9

Browse files
committed
Intermediate changes
commit_hash:e9f6c020292b2765a1e1003d7a0e0df966b8067a
1 parent fff9e13 commit a487ac9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

yt/python/yt/common.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,10 @@ def is_already_present_in_group(self):
359359
"""Member is already present in group."""
360360
return self.contains_code(908)
361361

362+
def is_prerequisite_check_failed(self):
363+
"""Prerequisite check failed."""
364+
return self.contains_code(1000)
365+
362366
def is_prohibited_cross_cell_copy(self):
363367
"""Cross-cell "copy"/"move" command is explicitly disabled."""
364368
return self.contains_code(1002)

0 commit comments

Comments
 (0)