Skip to content

Commit

Permalink
[PCB Replace][KiCad 8][Fixed] Default date regex
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Mar 7, 2024
1 parent bff8716 commit e2f3b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kibot/pre_pcb_replace.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def apply(self):
if o.date_command:
# Convert it into another replacement
t = TagReplacePCB()
t.tag = r'^ \(date (\S+|"(?:[^"]|\\")+")\)$'
t.tag = r'^( |\t\t)\(date (\S+|"(?:[^"]|\\")+")\)$'
t.command = o.date_command
t.before = ' (date "'
t.after = '")'
Expand Down

0 comments on commit e2f3b75

Please sign in to comment.