eva-shell 0.2.27__tar.gz → 0.2.28__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eva-shell
3
- Version: 0.2.27
3
+ Version: 0.2.28
4
4
  Summary: EVA ICS v4 shell
5
5
  Home-page: https://github.com/eva-ics/eva4
6
6
  Author: Bohemia Automation / Altertech
@@ -1,3 +1,3 @@
1
- __version__ = '0.2.27'
1
+ __version__ = '0.2.28'
2
2
 
3
3
  DEFAULT_REPOSITORY_URL = 'https://pub.bma.ai/eva4'
@@ -1172,9 +1172,10 @@ class CLI:
1172
1172
  time_start = prepare_time(time_start)
1173
1173
  time_end = prepare_time(time_end)
1174
1174
  xopts_map = {}
1175
- for x in xopts:
1176
- n, v = x.split('=', 1)
1177
- xopts_map[n] = v
1175
+ if xopts:
1176
+ for x in xopts:
1177
+ n, v = x.split('=', 1)
1178
+ xopts_map[n] = v
1178
1179
  precs = None
1179
1180
  if fill is not None:
1180
1181
  if ':' in fill:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eva-shell
3
- Version: 0.2.27
3
+ Version: 0.2.28
4
4
  Summary: EVA ICS v4 shell
5
5
  Home-page: https://github.com/eva-ics/eva4
6
6
  Author: Bohemia Automation / Altertech
@@ -1,4 +1,4 @@
1
- __version__ = '0.2.27'
1
+ __version__ = '0.2.28'
2
2
 
3
3
  import setuptools
4
4
 
File without changes
File without changes
File without changes
File without changes
File without changes