Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 26, 2015
1 parent 20ebb8c commit 845e624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/GCE.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def update_system_info_from_instance(self, system, instance_type):
"""
Update the features of the system with the information of the instance_type
"""
if isinstance(instance_type, NodeSize):
if isinstance(instance_type, NodeSize):
system.addFeature(Feature("memory.size", "=", instance_type.ram, 'M'), conflict="other", missing="other")
if instance_type.disk:
system.addFeature(Feature("disk.0.free_size", "=", instance_type.disk , 'G'), conflict="other", missing="other")
Expand Down

0 comments on commit 845e624

Please sign in to comment.