79512024

Date: 2025-03-16 01:53:11
Score: 2.5
Natty:
Report link

for me it was because my python script had #!/usr/bin/python but that symlink didn't exist on my system on a fresh install, I needed:

sudo ln -n /usr/bin/python3 /usr/bin/python

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: RAM