girder-client 5.0.11.dev13__tar.gz → 5.0.11.dev15__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: girder-client
3
- Version: 5.0.11.dev13
3
+ Version: 5.0.11.dev15
4
4
  Summary: Python client for interacting with Girder servers
5
5
  Home-page: http://girder.readthedocs.org/en/latest/python-client.html
6
6
  Author: Kitware, Inc.
@@ -609,7 +609,7 @@ def _list_children_info(gc, parent_id, parent_type, child_types,
609
609
  emitter.start_subcontainer(f'{child_type}_children')
610
610
  emitter.start_list()
611
611
  else:
612
- print('=== {} ==='.format(child_type))
612
+ print(f'=== {child_type} ===')
613
613
  print('{:<24} {:<6} {:<24}'.format('ID', 'TYPE', 'NAME'))
614
614
 
615
615
  for record in records:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: girder-client
3
- Version: 5.0.11.dev13
3
+ Version: 5.0.11.dev15
4
4
  Summary: Python client for interacting with Girder servers
5
5
  Home-page: http://girder.readthedocs.org/en/latest/python-client.html
6
6
  Author: Kitware, Inc.