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
|
||||
Recherche ?
|
||||
Pages par années / mois
|
||||
Search ?
|
||||
What happen when a file is moved with git ?
|
||||
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
|
||||
|
||||
def isset(variable):
|
||||
return variable in locals() or variable in globals()
|
||||
return variable in locals() or variable in globals()
|
||||
|
||||
def list_directory(path):
|
||||
fichier=[]
|
||||
|
Loading…
Reference in New Issue
Block a user