Skip to content

change shebang line to python2, or adapt script to Python 3. #1

@dreirund

Description

@dreirund

This actually is a Python 2 programme. Up to date is Python 3.

So I suggest that you change the shebang-line (first line of the python script lecroywf.py)
from OLD: #!/usr/bin/python
to NEW: #!/usr/bin/env python2,
or adapt the script it to Python 3.

Regards!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions