Skip to content
Snippets Groups Projects
  • Matthew Farrellee's avatar
    64d8ecbb
    Add line continuation for script to work w/ py2.7.5 · 64d8ecbb
    Matthew Farrellee authored
    Error was -
    
    $ SPARK_HOME=$PWD/dist ./dev/create-release/generate-changelist.py
      File "./dev/create-release/generate-changelist.py", line 128
        if day < SPARK_REPO_CHANGE_DATE1 or
                                          ^
    SyntaxError: invalid syntax
    
    Author: Matthew Farrellee <matt@redhat.com>
    
    Closes #2139 from mattf/master-fix-generate-changelist.py-0 and squashes the following commits:
    
    6b3a900 [Matthew Farrellee] Add line continuation for script to work w/ py2.7.5
    64d8ecbb
    History
    Add line continuation for script to work w/ py2.7.5
    Matthew Farrellee authored
    Error was -
    
    $ SPARK_HOME=$PWD/dist ./dev/create-release/generate-changelist.py
      File "./dev/create-release/generate-changelist.py", line 128
        if day < SPARK_REPO_CHANGE_DATE1 or
                                          ^
    SyntaxError: invalid syntax
    
    Author: Matthew Farrellee <matt@redhat.com>
    
    Closes #2139 from mattf/master-fix-generate-changelist.py-0 and squashes the following commits:
    
    6b3a900 [Matthew Farrellee] Add line continuation for script to work w/ py2.7.5
generate-changelist.py 5.33 KiB