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 58f091d commit f5834c3Copy full SHA for f5834c3
ci/walker.py
@@ -6,4 +6,4 @@
6
# Create a collection of local header (or C) files
7
for current_directory, current_subdirectories, current_files in os.walk(walk_directory):
8
for current_file in current_files:
9
- print(os.path.join(current_directory, current_file))
+ print(os.path.realpath(os.path.join(current_directory, current_file)))
0 commit comments