Incorrect __name__ == "__main__" Check
Aberta
Para iniciantes
bug
good first issue
- Linguagem predominante
- Python
- Estrelas
- 1
- Forks
- 3
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Description:
The final check for script execution uses:
`if _name_ == "_main_":
`
This results in the script not running.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
Find the script file in the repository. Look for the line with `if _name_ == "_main_":` and correct it to `if __name__ == "__main__":`. Run the script to verify it executes correctly after the fix.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- python
- Domínio
- cli
- Tipo de issue
- Bug
- Dificuldade
- 1/5
- Tempo estimado
- Menos de uma hora
- Status de atividade
- Estagnada
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 90/100