Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Feb 2, 2025
1 parent ab8e162 commit a7fa195
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/rez/plugin_managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def load_plugins_from_entry_points(self):
def print_log_plugins_error(self, module_name, error):
nameish = module_name.split('.')[-1]
self.failed_plugins[nameish] = str(error)

if not config.debug("plugins"):
return

Expand Down
1 change: 0 additions & 1 deletion src/rez/tests/test_plugin_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from rez.tests.util import TestBase, TempdirMixin, restore_sys_path
from rez.plugin_managers import plugin_manager, uncache_rezplugins_module_paths
from rez.package_repository import package_repository_manager
import os
import sys
import unittest

Expand Down

0 comments on commit a7fa195

Please sign in to comment.