There was an error while loading. Please reload this page.
1 parent 9184963 commit 105699dCopy full SHA for 105699d
1 file changed
colcon_mixin/mixin/repository.py
@@ -37,7 +37,7 @@ def __getattr__(name):
37
"get_mixin_repositories_file()' instead", stacklevel=2)
38
return get_mixin_repositories_file()
39
raise AttributeError(
40
- "module '%s' has no attribute '%s'" % (__name__, name))
+ f"module '{__name__}' has no attribute '{name}'")
41
else:
42
# for backward compatibility but without a deprecation warning on usage
43
"""The path of the yaml file describing the mixin repositories."""
0 commit comments