diff options
Diffstat (limited to 'buildscripts/ciconfig')
| -rw-r--r-- | buildscripts/ciconfig/evergreen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/ciconfig/evergreen.py b/buildscripts/ciconfig/evergreen.py index fb63b2201ec..8f331b5e1ee 100644 --- a/buildscripts/ciconfig/evergreen.py +++ b/buildscripts/ciconfig/evergreen.py @@ -320,7 +320,7 @@ class Variant(object): def is_required_variant(self) -> bool: """Return True if the variant is a required variant.""" - return self.display_name.startswith("! ") + return self.display_name.startswith("!") def get_task(self, task_name): """Return the task with the given name as an instance of VariantTask. |
