Skip to content

Commit

Permalink
fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDoyle2 committed Jul 24, 2016
1 parent d5b7fb8 commit bc719f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyNastran/bdf/bdf_interface/get_card.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def get_element_ids_dict_with_pids(self, pids=None):
eids_dict = model.get_element_ids_dict_with_pids()
"""
if pids is None:
pids = model.properties.keys()
pids = self.properties.keys()
elif isinstance(pids, int):
pids = [int]
assert isinstance(pids, (list, tuple)), pids
Expand Down

0 comments on commit bc719f1

Please sign in to comment.