Skip to content

Commit

Permalink
Removed zyc GUI part search utility from SKiDL.
Browse files Browse the repository at this point in the history
* Fixed index slicing for expressions like ram["D[0:15]"].
* Added another index slicing test.
* Ran code beautifier.
  • Loading branch information
Dave Vandenbout committed Dec 16, 2019
1 parent 4da2b7f commit 750167b
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 2,268 deletions.
2 changes: 1 addition & 1 deletion skidl/part_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def parse_search_terms(terms):
whitespace.
"""

# Place the quote-delimited RE before the RE for sequences of
# Place the quote-delimited RE before the RE for sequences of
# non-white chars to prevent the initial portion of a quoted string from being
# gathered up as a non-white character sequence.
return (
Expand Down
Empty file removed skidl/search_gui/__init__.py
Empty file.
Loading

0 comments on commit 750167b

Please sign in to comment.