Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use abspath cfg #100

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 13, 2020

  1. Use the absolute path to the configuration file

    This fixes issues when PYTHONPATH contains multiple mamba based projects
    
    We have:
    PYTHONPAHT=project-1:project-2
    
    Issue:
    If we run `project-2: $ twistd project-2`,
    twistd MIGHT start/pickup project-1 because project-1 has `project-2` tapname read from project-2/config/application.json 
    because it's in $PWD.  @see https://github.com/twisted/twisted/blob/trunk/src/twisted/application/app.py#L654-L666
    zealotous authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    5a0f398 View commit details
    Browse the repository at this point in the history
  2. Comment

    zealotous authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    2d2ef25 View commit details
    Browse the repository at this point in the history