You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Beau Barker (JIRA)" <ji...@apache.org> on 2019/04/24 03:42:00 UTC

[jira] [Created] (AIRFLOW-4400) Wrong filemode on three files

Beau Barker created AIRFLOW-4400:
------------------------------------

             Summary: Wrong filemode on three files
                 Key: AIRFLOW-4400
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4400
             Project: Apache Airflow
          Issue Type: Bug
          Components: models
    Affects Versions: 1.10.3
            Reporter: Beau Barker
            Assignee: Beau Barker


Three files inside the models directory have the wrong file mode.

`__init__.py`, `taskfail.py` and `taskreschedule.py`.

```

$ ls -l airflow/models
total 232K
-rwxr-xr-x 1 beau staff 176K Apr 8 10:38 __init__.py*
-rw-r--r-- 1 beau staff 1.2K Apr 5 13:47 base.py
-rw-r--r-- 1 beau staff 12K Apr 8 09:28 connection.py
-rw-r--r-- 1 beau staff 1.9K Apr 5 13:47 dagpickle.py
-rw-r--r-- 1 beau staff 1.2K Apr 5 13:47 errors.py
-rw-r--r-- 1 beau staff 2.8K Apr 5 13:47 kubernetes.py
-rw-r--r-- 1 beau staff 2.2K Apr 5 13:47 log.py
-rw-r--r-- 1 beau staff 2.6K Apr 5 13:47 skipmixin.py
-rw-r--r-- 1 beau staff 1.8K Apr 5 13:47 slamiss.py
-rwxr-xr-x 1 beau staff 2.0K Apr 5 13:47 taskfail.py*
-rwxr-xr-x 1 beau staff 3.3K Apr 5 13:47 taskreschedule.py*
-rw-r--r-- 1 beau staff 7.5K Apr 8 09:28 xcom.py

```



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)