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 0bec071 commit baff2bfCopy full SHA for baff2bf
tasks.py
@@ -40,7 +40,7 @@ def is_truthy(arg):
40
"local": False,
41
"image_name": "jdiff",
42
"image_ver": "latest",
43
- "pwd": ".",
+ "pwd": Path(__file__).parent,
44
}
45
46
)
0 commit comments