We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d836752 commit d9bd808Copy full SHA for d9bd808
backport/tasks.py
@@ -33,7 +33,7 @@ def backport_task(commit_hash, branch, *, issue_number, created_by, merged_by):
33
if "cpython" in os.listdir('.'):
34
os.chdir('./cpython')
35
else:
36
- print(f"pwd: {os.pwd()}, listdir: {os.listdir('.')}")
+ print(f"pwd: {os.getcwd()}, listdir: {os.listdir('.')}")
37
util.comment_on_pr(issue_number,
38
f"""{util.get_participants(created_by, merged_by)}, Something is wrong... I can't backport for now.
39
Please backport using [cherry_picker](https://pypi.org/project/cherry-picker/) on command line.
0 commit comments