Skip to content

Commit

Permalink
Merge pull request #14 from Myoldmopar/FixBadKeyword
Browse files Browse the repository at this point in the history
Fix bad keyword
  • Loading branch information
Myoldmopar authored Nov 21, 2022
2 parents 34039c6 + b0a72b8 commit 34623d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyiddidf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# from pyiddidf import idd
# from pyiddidf import idf

__version__ = 0.85
__version__ = 0.86
# __all__ = ['idd', 'idf', 'exceptions']
2 changes: 1 addition & 1 deletion pyiddidf/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def main_cli() -> int:
}
}, indent=2))
elif args.idd_obj_matches:
pattern = args.iddobjmatches
pattern = args.idd_obj_matches
matching_objects = []
for g in processor.idd.groups:
for o in g.objects:
Expand Down

0 comments on commit 34623d6

Please sign in to comment.