• Vincent Pelletier's avatar
    publish: Access "-extends"-referenced sections during __init__ · a50c91ef
    Vincent Pelletier authored
    Buildout expects all needed sections to have been accessed during the
    sectoin initialisation pass. It does not like having them accessed during
    the "install" pass, and emits a very cryptic error:
      While:
        Installing publish.
      Error: Missing option: publish-early:__buildout_signature__
    a50c91ef
publish.py 3.15 KB