Skip to content

Commit 428cd7d

Browse files
committed
chore: Added a comment based on feedback for Jair.
Signed-off-by: Karthik BekalPattathana <133984042+karthikbekalp@users.noreply.github.com>
1 parent 073a1bd commit 428cd7d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/deadline/maya_submitter/update_utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ def _check_for_update() -> UpdateCheckResult:
3030
Returns:
3131
An UpdateCheckResult describing whether an update is available.
3232
"""
33+
# Unlike the maya_render_submitter.py (which only extracts the major+minor version), we
34+
# compare major.minor.patch so users are also notified about any new features,
35+
# not just breaking changes.
3336
current_version = ".".join(str(v) for v in adaptor_version_tuple[:3])
3437
return safe_check_for_updates(
3538
integration_name="deadline-cloud-for-maya",

0 commit comments

Comments
 (0)