Skip to content

Commit

Permalink
Update kernel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
webbrowser11 authored Jul 22, 2024
1 parent 9c19f95 commit 081ad71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
print("You need a Mac for this!")

elif command == "bios":
script_path = os.path.join('kernel_dir', 'BIOS_dir', 'BIOS.py')
script_path = os.path.join('BIOS_dir', 'BIOS.py')
if os.path.isfile(script_path):
try:
subprocess.run([sys.executable, script_path], check=True)
Expand Down

0 comments on commit 081ad71

Please sign in to comment.