Charles McMarrow
Charles McMarrow
Closing Issues due to inactivity. Feel free to re-open if deemed necessary.
I also got this bug to happen in v1.0.3
this bug is because the windows grows as the it clears.
TODO remove pre-commit upgrade, clean up init remote, fix pylint master
It looks like we fail to reload data into the cache if the data is missing. Catching the exception and reload that data that we need should do the trick....
@Heiko-San thanks for the bug repot and possible fixes for multiple issues. For your disclaimer sets don’t have `__lt__` or `__gt__`
@terminalmage What do you think of this idea, where we move the check to its own util. # salt.utils.portage_loader.py ``` import os import sys HAS_PORTAGE = False try: import portage...
I dont see anything wrong with the name change, plus we can add `portage_virtual` # salt.utils.has_portage.py ``` import os import sys HAS_PORTAGE = False try: import portage HAS_PORTAGE = True...
we fail to check nested objects
Thanks for the bug report @bobrik