Skip to content

Commit 07ff02c

Browse files
Merge pull request #795 from jyn514/triage-script
Minor improvements to weekly_report.py
2 parents 4312677 + dc2988e commit 07ff02c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

triage/weekly_report.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def eprint(*args, **kwargs):
2020
import msgpack
2121
except ImportError as e:
2222
eprint(e)
23-
eprint('Try `pip3 install --user msgpack')
23+
eprint('Try `pip3 install --user msgpack`')
2424
sys.exit(1)
2525

2626
report = '''
@@ -60,7 +60,7 @@ def eprint(*args, **kwargs):
6060

6161

6262
def get_username():
63-
usernames = {'mackendy': 'ecstaticmorse'}
63+
usernames = {'mackendy': 'ecstaticmorse', 'joshua': 'jyn514'}
6464

6565
home_dir = Path.home().name
6666

0 commit comments

Comments
 (0)