mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Treat skip tag as pending
This commit is contained in:
parent
14d45756e9
commit
12cba23fa3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module Spectator
|
||||||
# Checks if the node has been marked as pending.
|
# Checks if the node has been marked as pending.
|
||||||
# Pending items should be skipped during execution.
|
# Pending items should be skipped during execution.
|
||||||
def pending?
|
def pending?
|
||||||
tags.has_key?(:pending)
|
tags.has_key?(:pending) || tags.has_key?(:skip)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Constructs the full name or description of the node.
|
# Constructs the full name or description of the node.
|
||||||
|
|
Loading…
Reference in a new issue