Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: a960696f711b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cd906a3b3393
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 12, 2018

  1. luigi: enable local modules discovery

    Currently, local module discovery is broken with luigi installed from
    this derivation.
    
    In the documentation, you can see the following command line syntax
    used:
    
    ```
    luigi --module module_name ...
    ```
    
    However, currently this will result in an error:
    
    ```
    ModuleNotFoundError: No module named 'module_name'
    ```
    
    However, if the call is prepended with this:
    
    ```
    PYTHONPATH=.:$PYTHONPATH
    ```
    
    then it will work as expected.
    
    This patch makes this the default behaviour.
    yrashk committed Dec 12, 2018
    Copy the full SHA
    a84a457 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Merge pull request #51901 from yrashk/luigi-module

    luigi: enable local modules discovery
    Mic92 committed Dec 19, 2018
    Copy the full SHA
    cd906a3 View commit details
    Browse the repository at this point in the history