vfbquery 0.2.8__tar.gz → 0.2.9__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: vfbquery
3
- Version: 0.2.8
3
+ Version: 0.2.9
4
4
  Summary: Wrapper for querying VirtualFlyBrain knowledge graph.
5
5
  Home-page: https://github.com/VirtualFlyBrain/VFBquery
6
6
  Author: VirtualFlyBrain
@@ -3,7 +3,7 @@ from os import path
3
3
 
4
4
  here = path.abspath(path.dirname(__file__))
5
5
 
6
- __version__ = '0.2.8'
6
+ __version__ = '0.2.9'
7
7
 
8
8
  # Get the long description from the README file
9
9
  with open(path.join(here, 'README.md')) as f:
@@ -427,7 +427,7 @@ def term_info_parse_object(results, short_form):
427
427
  if "image_" in key and not ("thumbnail" in key or "folder" in key) and len(vars(image)[key]) > 1:
428
428
  record[key.replace("image_","")] = vars(image)[key].replace("http://","https://")
429
429
  if len(image.index) > 0:
430
- record[image.index] = int(image.index[0])
430
+ record[int(image.index[0])] = int(image.index[0])
431
431
  vars(image).keys()
432
432
  image_vars = vars(image)
433
433
  if 'center' in image_vars.keys():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vfbquery
3
- Version: 0.2.8
3
+ Version: 0.2.9
4
4
  Summary: Wrapper for querying VirtualFlyBrain knowledge graph.
5
5
  Home-page: https://github.com/VirtualFlyBrain/VFBquery
6
6
  Author: VirtualFlyBrain
File without changes
File without changes
File without changes
File without changes
File without changes