mirror of
https://github.com/simonw/files-to-prompt.git
synced 2025-10-23 00:02:47 +03:00
Applied Black, refs #36
This commit is contained in:
@@ -210,7 +210,7 @@ def cli(
|
||||
writer = click.echo
|
||||
fp = None
|
||||
if output_file:
|
||||
fp = open(output_file, "w", encoding='utf-8')
|
||||
fp = open(output_file, "w", encoding="utf-8")
|
||||
writer = lambda s: print(s, file=fp)
|
||||
for path in paths:
|
||||
if not os.path.exists(path):
|
||||
|
||||
Reference in New Issue
Block a user