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 3e68ba1 commit 2565674Copy full SHA for 2565674
tools/amd_build/pyHIPIFY/hipify_python.py
@@ -59,7 +59,7 @@ def match_extensions(filename):
59
# needs to work even if you're in a Git or Hg checkout, so easier to
60
# just blacklist the biggest time sinks that won't matter in the
61
# end.
62
- for (abs_dirpath, dirs, filenames) in os.walk(root_path, topdown=True):
+ for abs_dirpath, dirs, filenames in os.walk(root_path, topdown=True):
63
rel_dirpath = os.path.relpath(abs_dirpath, root_path)
64
if rel_dirpath == ".":
65
# Blah blah blah O(n) blah blah
0 commit comments