Started to flake8 the script
This commit is contained in:
parent
bde51d5086
commit
dfab5b9c9c
7
TODO
7
TODO
@ -1,5 +1,8 @@
|
|||||||
Finish gen.py -> RSS
|
Finish gen.py -> RSS
|
||||||
Recherche ?
|
Search ?
|
||||||
Pages par années / mois
|
|
||||||
What happen when a file is moved with git ?
|
What happen when a file is moved with git ?
|
||||||
Flake8 the whole thing ! :)
|
Flake8 the whole thing ! :)
|
||||||
|
|
||||||
|
Known bugs:
|
||||||
|
==========
|
||||||
|
* Articles in page by month and page by year are not sorted by date
|
||||||
|
@ -9,7 +9,7 @@ import datetime
|
|||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
def isset(variable):
|
def isset(variable):
|
||||||
return variable in locals() or variable in globals()
|
return variable in locals() or variable in globals()
|
||||||
|
|
||||||
def list_directory(path):
|
def list_directory(path):
|
||||||
fichier=[]
|
fichier=[]
|
||||||
|
Loading…
Reference in New Issue
Block a user