mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-25 09:07:11 -07:00
intellij lint
This commit is contained in:
parent
dcdeee5c3d
commit
27e643d51d
1 changed files with 1 additions and 3 deletions
|
@ -102,9 +102,7 @@ def main() -> None:
|
|||
output_dir = input_dir
|
||||
|
||||
filenames = get_all_input_files(input_dir=input_dir)
|
||||
markdown = []
|
||||
markdown.append("|Theme name | Preview|")
|
||||
markdown.append("| --- | --- |")
|
||||
markdown = ["|Theme name | Preview|", "| --- | --- |"]
|
||||
svg = open(args.svg_path, "r").read()
|
||||
svg_dir = os.path.join(output_dir, "previews")
|
||||
os.makedirs(svg_dir, exist_ok=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue