Skip to content

Commit

Permalink
Fix bug control timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
UmSenhorQualquer committed Feb 13, 2019
1 parent 2b2663b commit 05ee238
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyforms_gui/controls/control_event_timeline/import_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ def __fileTypeChanged(self):


def __importData(self):
if not self._file.value: return

if self._filetype.value == 0:
separator = ','
with open(self._file.value, 'rU') as csvfile:
Expand Down

0 comments on commit 05ee238

Please sign in to comment.