Skip to content

Commit

Permalink
Update scripts/init-kernel.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniël de Kok <me@danieldk.eu>
  • Loading branch information
drbh and danieldk authored Feb 25, 2025
1 parent d5d53ad commit 6f43a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init-kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def create_file_with_content(file_path, content):


# Generate a tree view of the created files
def print_tree(directory, prefix=""):
def print_tree(directory: str, prefix: str=""):
entries = sorted(os.listdir(directory))

# Process directories first, then files
Expand Down

0 comments on commit 6f43a9d

Please sign in to comment.