5

The first lines of multisql.py:

#!/usr/bin/env python3 """Execute SQL on multiple servers """ # -*- encoding: utf-8 -*- import os ... 

pylint warning:

[mutex@thinkpad multisql] @ $ pylint *.py No config file found, using default configuration ************* Module setup C: 1, 0: Missing module docstring (missing-docstring) 

What am I doing wrong?

1 Answer 1

4

According to the "Module setup" in that output, that message is because there isn't a docstring in your setup.py, not multisql.py.

Sign up to request clarification or add additional context in comments.

1 Comment

@pensnarik Please provide the checkmark if that answered your question. I just landed here with the same problem.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.