Skip to content

Commit 766abe9

Browse files
HyukjinKwonyhuang-db
authored andcommitted
Revert "[MINOR] Ensure structured_logging_style runs out of correct directory"
This reverts commit 28f0588.
1 parent bdf6f00 commit 766abe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/structured_logging_style.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def main():
4141

4242
nonmigrated_files = {}
4343

44-
scala_files = glob.glob(os.path.join(os.path.dirname(__file__), "../", "+", "*.scala"), recursive=True)
44+
scala_files = glob.glob(os.path.join("../", "**", "*.scala"), recursive=True)
4545

4646
for file in scala_files:
4747
skip_file = False

0 commit comments

Comments
 (0)