Skip to content

Commit

Permalink
Python is not Qt/C++
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 6, 2019
1 parent 7436e4d commit 1fa1776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wincan2qgep/gui/observationtable.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(self, parent):
self.tr('photo'),
self.tr('rate'),
self.tr('force')]
assert(self.column_headers.count() == COLUMN_DATA.count())
assert(len(self.column_headers) == len(COLUMN_DATA))

def finish_init(self, data):
self.data = data
Expand Down

0 comments on commit 1fa1776

Please sign in to comment.