Skip to content

Commit

Permalink
fixed: incompatible message not cleared
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindrem committed Apr 7, 2024
1 parent 75f31b9 commit 8256f50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions PackageManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2101,6 +2101,9 @@ def UpdateVersionsAndFlags (self, doConflictChecks=False):
and os.path.exists ("/data/" + packageName + "/setup"):
PushAction ( command='check' + ':' + packageName, source='AUTO' )

# if no incompatibilities found, clear incompatible reason
if compatible:
self.SetIncompatible ("")
# end UpdateVersionsAndFlags
# end Package

Expand Down
3 changes: 3 additions & 0 deletions changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v7.14:
fixed: incompatible message not cleared when package no longer incompatible

v7.13:
fixed: PackageManager doesn't always install packages after firmware update

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7.13
v7.14

0 comments on commit 8256f50

Please sign in to comment.