mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 07:17:17 +00:00
small improovements
This commit is contained in:
parent
ede9653588
commit
b3208ce263
@ -229,7 +229,7 @@ class PkgbuildParser(shlex.shlex):
|
||||
# find start and end positions
|
||||
start_position = end_position = -1
|
||||
counter = 0 # simple processing of the inner "{" and "}"
|
||||
while token := self.get_token():
|
||||
for token in self:
|
||||
match token:
|
||||
case _ if self._is_quoted():
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user