Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

[QUAD] Enhancement: Ability to disable version validity check #6293

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ccaillot
Copy link

No description provided.

@@ -372,7 +373,7 @@ def execute_doubleclick(self):

def _on_version_check_timer(self):
# Check if is running from build and stop future validations if yes
if not is_running_from_build() or not op_version_control_available():
if not is_validity_check_enabled() or not is_running_from_build() or not op_version_control_available():
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line too long (112 > 79 characters)

@@ -1115,6 +1119,9 @@ def boot():
except KeyError:
pass

# Do the program display popups to the users regarding updates or incompatibilities
os.environ["OPENPYPE_VALIDITY_CHECK_ENABLED"] = "False" if "disable_validity_check" in commands else "True"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line too long (111 > 79 characters)

@@ -1115,6 +1119,9 @@ def boot():
except KeyError:
pass

# Do the program display popups to the users regarding updates or incompatibilities
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line too long (87 > 79 characters)

@ynbot ynbot added size/XS Denotes a PR changes 0-99 lines, ignoring general files type: enhancement Enhancements to existing functionality labels Sep 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
size/XS Denotes a PR changes 0-99 lines, ignoring general files type: enhancement Enhancements to existing functionality
Projects
Status: Pending Review
Development

Successfully merging this pull request may close these issues.

2 participants