Skip to content

Commit

Permalink
Merge pull request #54 from medusabci/developers
Browse files Browse the repository at this point in the history
Minor fix
  • Loading branch information
esantamariavazquez authored Aug 1, 2023
2 parents 7b68fa4 + 46708c1 commit 4cb2a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/updates_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def check_for_medusa_kernel_updates(self):
if self.kernel_versions_info is None:
return False, None
# Check development
# if self.platform_release_info['version'] == 'Dev':
# return False, None
if self.platform_release_info['version'] == 'Dev':
return False, None
# Get requirement of this version
with open('../requirements.txt', 'r') as f:
requirement = None
Expand Down

0 comments on commit 4cb2a36

Please sign in to comment.