Skip to content

Code Improvement: Inconsistent use of python and python3 for invoking python interpreter #404

@ajay-fuji

Description

@ajay-fuji

Current codebase has inconsistent use of python as well python3 in different places to invoke python3 interpretor.
I feel we should make it uniform across all the files to use python3 (preferred for Python 3.x usage)
I have checked mainly two files -

checkcopyrights: ; python3 $(THIS_DIR)../scripts/check-copyright $(COPYRIGHT_FLAGS) .

python scripts/check-coverage --threshold $(COVERAGE_THRESHOLD) $(IGNORE_FLAGS)

For more results, simply doing a global string search for python gives more files where inconsistency is there.

NOTE - Note a bug, but code improvement issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions