forked from Mirror/pmbootstrap
Set up static code analysis, fix style issues reported by flake8
This commit is contained in:
parent
1cce0155fd
commit
75641f5fc7
10 changed files with 58 additions and 8 deletions
|
@ -16,6 +16,8 @@ GNU General Public License for more details.
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with pmbootstrap. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
|
||||
|
||||
def replace(path, old, new):
|
||||
text = ""
|
||||
with open(path, 'r') as handle:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue