Skip to content

Commit

Permalink
Merge pull request #47 from hustclf/feature-output-path
Browse files Browse the repository at this point in the history
Minor: add debug info.
  • Loading branch information
Lifei Chen authored Jun 19, 2019
2 parents 86c183b + 5de00c2 commit 4554c05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions that_is_me_on_github/lib/render.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import click
from typing import List
from typing import Dict
from github.Issue import Issue
Expand All @@ -23,6 +24,8 @@ def render(
f.write(tpl)
f.close()

click.echo("Finished")

@staticmethod
def _render_user(user_info: NamedUser):
return """# That Is Me On Github
Expand Down

0 comments on commit 4554c05

Please sign in to comment.