Jul 23 - Update PDF export file uses lighter color to save ink
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
"Bash(python -c \"import docx; print\\('python-docx OK'\\)\")",
|
||||
"Bash(pip install *)",
|
||||
"Bash(python docs/convert_manual.py)",
|
||||
"Bash(grep -n -A3 dateOnlyFormatter __TRACKED_VAR__/Sync/SyncManager.swift)"
|
||||
"Bash(grep -n -A3 dateOnlyFormatter __TRACKED_VAR__/Sync/SyncManager.swift)",
|
||||
"Bash(python -c \"import ast; ast.parse\\(open\\('app/utils/pdf_export.py'\\).read\\(\\)\\); print\\('OK'\\)\")",
|
||||
"Bash(python -c \"import ast,io; ast.parse\\(io.open\\('app/utils/pdf_export.py',encoding='utf-8'\\).read\\(\\)\\); print\\('OK'\\)\")"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user