Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced today string with the current date #47

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

aleva90
Copy link

@aleva90 aleva90 commented Oct 15, 2018

Added parentheses with the date on the titles and replaced today strings with the current date.

def get_contributions(user, latest, org=None):
"""
Traverses the latest array,
creates a table
if org argument is present only the repos which belong to the org is added to the table
and prints the table.
"""
print("Contributions Today: ")
print("Contributions Today: ({})".format(get_today_date()))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove keyword Today

@aashutoshrathi
Copy link
Owner

One more resolve

Copy link
Owner

@aashutoshrathi aashutoshrathi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, squash commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants