Non executable scripts in site-packages #6

Closed
opened 2018-05-23 14:44:55 +00:00 by Ghost · 1 comment
Ghost commented 2018-05-23 14:44:55 +00:00 (Migrated from codeberg.org)

There are a couple of scripts that are not executable, but still have the shebang line on top:

non-executable-script /usr/lib/python3.6/site-packages/twoping/best_poller.py 644 /usr/bin/env python3
non-executable-script /usr/lib/python3.6/site-packages/twoping/cli.py 644 /usr/bin/env python3
non-executable-script /usr/lib/python3.6/site-packages/twoping/crc32.py 644 /usr/bin/env python3
non-executable-script /usr/lib/python3.6/site-packages/twoping/monotonic_clock.py 644 /usr/bin/env python3

Most probably you want to remove this line ;). These are warnings from our build service (OBS), it would be nice if this could be fixed in an upcoming version.

There are a couple of scripts that are not executable, but still have the shebang line on top: non-executable-script /usr/lib/python3.6/site-packages/twoping/best_poller.py 644 /usr/bin/env python3 non-executable-script /usr/lib/python3.6/site-packages/twoping/cli.py 644 /usr/bin/env python3 non-executable-script /usr/lib/python3.6/site-packages/twoping/crc32.py 644 /usr/bin/env python3 non-executable-script /usr/lib/python3.6/site-packages/twoping/monotonic_clock.py 644 /usr/bin/env python3 Most probably you want to remove this line ;). These are warnings from our build service (OBS), it would be nice if this could be fixed in an upcoming version.
rfinnie commented 2020-06-07 22:08:33 +00:00 (Migrated from codeberg.org)

Fixed with 2ping 4.4 (all Python module files made non-executable and shebangs removed), thanks!

Fixed with 2ping 4.4 (all Python module files made non-executable and shebangs removed), thanks!
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rfinnie/2ping#6
No description provided.