Skip to content

Commit 4554c05

Browse files
author
Lifei Chen
authored
Merge pull request #47 from hustclf/feature-output-path
Minor: add debug info.
2 parents 86c183b + 5de00c2 commit 4554c05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

that_is_me_on_github/lib/render.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import click
12
from typing import List
23
from typing import Dict
34
from github.Issue import Issue
@@ -23,6 +24,8 @@ def render(
2324
f.write(tpl)
2425
f.close()
2526

27+
click.echo("Finished")
28+
2629
@staticmethod
2730
def _render_user(user_info: NamedUser):
2831
return """# That Is Me On Github

0 commit comments

Comments
 (0)