Thanks to visit codestin.com Credit goes to github.com
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 1d335d3 commit 2d0a55fCopy full SHA for 2d0a55f
1 file changed
misc/convert-cache.py
@@ -22,7 +22,7 @@ def main() -> None:
22
help="Output cache location (default: same as input)")
23
parser.add_argument('input_dir',
24
help="Input directory for the cache")
25
- args parser.parse_args()
+ args = parser.parse_args()
26
27
input_dir = args.input_dir
28
output_dir = args.output_dir or input_dir
0 commit comments