Fix - A4 in PDF

This commit is contained in:
Mauricio Baeza 2017-12-17 22:12:22 -06:00
commit 8fecfb8f56
1 changed files with 1 additions and 1 deletions

View File

@ -1478,7 +1478,7 @@ def local_copy(files):
log.error(msg)
return
args = "df -P ~/facturas | tail -1 | cut -d' ' -f 1"
args = 'df -P ~/facturas | tail -1 | cut -d" " -f 1'
try:
result = _call(args)
if result != 'empresalibre\n':