#186 Disable pdc import compose
Closed 24 days ago by zlopez. Opened 2 months ago by humaton.
fedora-infra/ humaton/toddlers main  into  main

file modified
+1 -1
@@ -6,7 +6,7 @@ 

  

  here = os.path.abspath(os.path.dirname(__file__))

  for name in os.listdir(here):

-     if name.endswith(".py") and not name.startswith("__"):

+     if name.endswith(".py") and not (name.startswith("__") or name.startswith("disabled_")):

          name = name[:-3]

          importlib.import_module(f".{name}", package=__name__)

          __all__.append(name)

toddlers/plugins/disabled_pdc_import_compose.py toddlers/plugins/pdc_import_compose.py
file renamed
file was moved with no change to the file

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/11eec296cdf8459f90b6647a0f9cd75e

I think I fixed the issue with PDC import compose toddler in https://pagure.io/fedora-infra/toddlers/pull-request/187. I think we can close this now.

Pull-Request has been closed by zlopez

24 days ago