norBIT / alkisimport

ALKIS-Import
http://www.norbit.de/68/
GNU General Public License v2.0
28 stars 17 forks source link

Crash beim Versuch Log zu speichern #32

Closed kannes closed 5 years ago

kannes commented 5 years ago

Als ich versucht habe, das Log eines erfolglosen Imports (Server hatte nach zwei Stunden Pause (laut alkisimport Log) die Verbindung geschlossen), ist alkisimport abgestürzt.

Traceback (most recent call last):
  File "alkisImport.py", line 427, in saveLog
    f = QFile(save)
TypeError: arguments did not match any overloaded call:
  QFile(): too many arguments
  QFile(str): argument 1 has unexpected type 'tuple'
  QFile(QObject): argument 1 has unexpected type 'tuple'
  QFile(str, QObject): argument 1 has unexpected type 'tuple'
Aborted (core dumped)

2774bd447844251cab2a62f62741b0046ddaca46 (Mon Nov 19 15:49:06 2018 +0100)

Python 3.7.1