OpenXiangShan / XiangShan

Open-source high-performance RISC-V processor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

suffix missing in python code

linkedlist771 opened this issue · comments

Before start

PLEASE MAKE SURE you have done these:

  • (Select what you have done like this)
  • I have read the RISC-V ISA Manual and this is not a RISC-V ISA question.
  • I have read the XiangShan Documents.
  • I have searched the previous issues and did not find anything relevant.
  • I have reviewed the commit messages from the relevant commit history.

Describe the bug

The python script’s suffix is missing.

Screenshots

None

Expected behavior

None

To Reproduce

None

Environment (please complete the following information):

None

Additional context

Add any other context about the problem here.

Why does suffix matter?

It is a standard convention in Python programming that programmers are expected to follow. Actually, this convention may not be so important in this C++ based project.

Ok, so I guess PR is welcome?

commented

PR is welcome :-)

The� script is used as a Linux executable script. Linux automatically reads the first line #! /usr/bin/env python3 and uses Python to execute it.