gpstime 0.9.1__tar.gz → 0.9.2__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.4
2
2
  Name: gpstime
3
- Version: 0.9.1
3
+ Version: 0.9.2
4
4
  Summary: GPS-aware datetime module
5
5
  Author-email: Jameson Graef Rollins <jameson.rollins@ligo.org>
6
6
  License-Expression: GPL-3.0-or-later
@@ -238,7 +238,7 @@ class GPSTimeParseAction(argparse.Action):
238
238
  # single string
239
239
  if isinstance(values, list):
240
240
  values = ' '.join(values)
241
- if namespace.nano:
241
+ if hasattr(namespace, "nano") and namespace.nano:
242
242
  try:
243
243
  gps = gpstime.fromgpsns(values)
244
244
  except GPSTimeException as e:
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.9.1'
32
- __version_tuple__ = version_tuple = (0, 9, 1)
31
+ __version__ = version = '0.9.2'
32
+ __version_tuple__ = version_tuple = (0, 9, 2)
33
33
 
34
- __commit_id__ = commit_id = 'ge11b843f5'
34
+ __commit_id__ = commit_id = 'gfa330f139'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gpstime
3
- Version: 0.9.1
3
+ Version: 0.9.2
4
4
  Summary: GPS-aware datetime module
5
5
  Author-email: Jameson Graef Rollins <jameson.rollins@ligo.org>
6
6
  License-Expression: GPL-3.0-or-later
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes