Skip to content

Commit

Permalink
gn: Fix Python 3.12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gz83 authored and juan-lunarg committed Dec 6, 2023
1 parent 67cda96 commit 1ee9eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gn/generate_vulkan_icd_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import sys

def glob_slash(dirname):
"""Like regular glob but replaces \ with / in returned paths."""
r"""Like regular glob but replaces \ with / in returned paths."""
return [s.replace('\\', '/') for s in glob.glob(dirname)]

def main():
Expand Down

0 comments on commit 1ee9eea

Please sign in to comment.