From 677572c0d371a22f8cf7bbfaf4d81f664866410b Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Sat, 16 Dec 2017 23:57:12 -0600 Subject: [PATCH] Fix - Obtener carpeta compartida --- source/app/controllers/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/app/controllers/util.py b/source/app/controllers/util.py index db47329..8f334f2 100644 --- a/source/app/controllers/util.py +++ b/source/app/controllers/util.py @@ -1476,7 +1476,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':