Skip to content

Commit

Permalink
Merge pull request #194 from grycap/devel
Browse files Browse the repository at this point in the history
Bugfix in get_inf_ids
  • Loading branch information
micafer committed Jan 27, 2017
2 parents a353a6b + a5d0029 commit c83aa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IM/InfrastructureList.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def remove_inf(del_inf):
@staticmethod
def get_inf_ids():
""" Get the IDs of the Infrastructures """
return InfrastructureList._get_inf_ids_from_db(Config.DATA_DB)
return InfrastructureList._get_inf_ids_from_db()

@staticmethod
def get_infrastructure(inf_id):
Expand Down

0 comments on commit c83aa3b

Please sign in to comment.