rubenbalde / pyafipws

Automatically exported from code.google.com/p/pyafipws
GNU General Public License v3.0
0 stars 0 forks source link

(py rece) error al previsualizar facturas #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Cuando se utiliza un directorio para crear las facturas, si el mismo contiene 
espacios, el lanzamiento de evince falla, solucionarlo es trivial:

404                 if sys.platform.startswith("linux"):
405                     os.system("evince %s" % archivo)

modificar la linea 405 por

os.system("evince '%s'" % archivo)

Original issue reported on code.google.com by sorias...@gmail.com on 2 Nov 2010 at 7:45

GoogleCodeExporter commented 8 years ago
Ok, te agregué como contributor, podrías hacer el commit directamente?

Original comment by reingart@gmail.com on 25 Nov 2010 at 5:05

GoogleCodeExporter commented 8 years ago

Original comment by gerardoa...@gmail.com on 24 Apr 2011 at 2:51