Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace shell scripts with proper Python scripts #21

Closed
mithro opened this issue Apr 18, 2021 · 1 comment · Fixed by #20
Closed

Replace shell scripts with proper Python scripts #21

mithro opened this issue Apr 18, 2021 · 1 comment · Fixed by #20
Assignees

Comments

@mithro
Copy link
Contributor

mithro commented Apr 18, 2021

The scripts https://github.com/SymbiFlow/actions/blob/main/checks/check_license.sh and https://github.com/SymbiFlow/actions/blob/main/checks/check_python_script.sh are currently written in bash which means they are most certainly broken when handling paths with spaces and other unusual characters.

It would be much better if these scripts were just written in Python instead.

@mithro mithro self-assigned this Apr 18, 2021
mithro added a commit to mithro/actions that referenced this issue Apr 18, 2021
Fixes f4pga#21.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
mithro added a commit to mithro/actions that referenced this issue Apr 18, 2021
Fixes f4pga#21.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
mithro added a commit to mithro/actions that referenced this issue Apr 18, 2021
Fixes f4pga#21.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
mithro added a commit to mithro/actions that referenced this issue Apr 18, 2021
Fixes f4pga#21.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
mithro added a commit to mithro/actions that referenced this issue Apr 18, 2021
Fixes f4pga#21.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
mithro added a commit to mithro/actions that referenced this issue Apr 18, 2021
Fixes f4pga#21.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
mithro added a commit to mithro/actions that referenced this issue Apr 18, 2021
Fixes f4pga#21.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
mithro added a commit to mithro/actions that referenced this issue Apr 18, 2021
Fixes f4pga#21.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
mithro added a commit to mithro/actions that referenced this issue Apr 18, 2021
Fixes f4pga#21.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
@mithro
Copy link
Contributor Author

mithro commented Apr 19, 2021

This will be fixed by #20.

@mithro mithro linked a pull request Apr 19, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant