Skip to content

Commit 7719ad0

Browse files
committed
make.py: pylint
1 parent 6c81de8 commit 7719ad0

File tree

2 files changed

+170
-102
lines changed

2 files changed

+170
-102
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,33 +22,33 @@ files will be in the second addon repository to be commited.
2222
Examples:
2323
* Creates the initial addon-source directories for the addon.
2424
```
25-
python make.py gramps50 init AddonDirectory
25+
python3 make.py gramps50 init AddonDirectory
2626
```
2727

2828
* Creates the initial empty `AddonDirectory/po/fr-local.po` file for the addon.
2929
```
30-
python make.py gramps50 init AddonDirectory fr
30+
python3 make.py gramps50 init AddonDirectory fr
3131
```
3232

3333
* Updates `AddonDirectory/po/fr-local.po` with the latest translations.
3434
```
35-
python make.py gramps50 update AddonDirectory fr
35+
python3 make.py gramps50 update AddonDirectory fr
3636
```
3737

3838
* Build `../download/AddonDirectory.addon.tgz`
3939
```
40-
python make.py gramps50 build AddonDirectory
40+
python3 make.py gramps50 build AddonDirectory
4141
```
4242

4343
* Create or update the listing entry for your addon
4444
```
45-
python make.py gramps50 listing AddonDirectory
45+
python3 make.py gramps50 listing AddonDirectory
4646
```
4747

4848
Valid command summary
4949
=====================
5050

51-
* **clean** - Removes all of the strings(template.pot/ locale etc) from the addon
51+
* **clean** - Removes unnecessary files(template.pot/ locale etc) from the addon
5252

5353
* **init** - Get all of the strings from the addon and create template.po
5454

0 commit comments

Comments
 (0)