Skip to content

Commit 1ddbbb1

Browse files
author
stephanie
committed
merging
2 parents e3e6554 + 9aa05f8 commit 1ddbbb1

File tree

14 files changed

+31
-711
lines changed

14 files changed

+31
-711
lines changed

odmtools/controller/olvSeriesSelector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def _buildColumns(self, columns):
5050
seriesColumns = [
5151
ColumnDefn(key, align="left", minimumWidth=100, valueGetter=key,
5252
# stringConverter = '%s')
53-
stringConverter='%Y-%m-%d %H:%M:%S' if "date" in key.lower() else '%s')
53+
stringConverter='%Y-%m-%d %H:%M:%S' if ("date" in key.lower()) else '%s')
5454
for key in columns]
5555

5656

odmtools/gui/pageMethod.py

Lines changed: 0 additions & 204 deletions
This file was deleted.

odmtools/gui/pageQCL.py

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)