Skip to content

Compiled file placed in incorrect location when using coconut --watch #333

@dileep-kishore

Description

@dileep-kishore

coconut -pswt 36 mind-src mind command on initial run compiles files to the correct location (mind/main/otu/OtuClass.py).

Left unchanged    mind/__init__.py (pass --force to override).
Left unchanged    mind/utils/__init__.py (pass --force to override).
Left unchanged    mind/utils/data_conversion/__init__.py (pass --force to override).
Left unchanged    mind/utils/data_conversion/CooccurNet.py (pass --force to override).
Left unchanged    mind/utils/data_validation/__init__.py (pass --force to override).
Left unchanged    mind/utils/data_validation/ValidOtu.py (pass --force to override).
Left unchanged    mind/utils/data_validation/OtuValidator.py (pass --force to override).
Left unchanged    mind/main/__init__.py (pass --force to override).
Left unchanged    mind/main/otu/__init__.py (pass --force to override).
Compiling         mind-src/main/otu/OtuClass.coco ...
Compiled to       mind/main/otu/OtuClass.py .
mind/main/otu/OtuClass.py:318: error: non-default argument follows default argument

On file change - the compiled .py file is placed in the wrong location (mind/OtuClass.py).

Compiling         mind-src/main/otu/OtuClass.coco ...
Compiled to       mind/OtuClass.py .
mind/OtuClass.py:318: error: non-default argument follows default argument

Using Coconut: Version 1.3.0 [Dead Parrot] running on Python 3.6.2

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions