Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Add linux correct path in file open Attempt#2
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorixx committed Aug 5, 2024
1 parent 6b2824b commit 82c7022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/objects_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def generate_username_letters(username):

def generate_github_logo():
logo_path = os.path.join(
os.path.dirname(__file__), os.pardir, "assets", f'github.stl'
os.path.dirname(os.path.dirname(__file__)), "assets", f'github.stl'
)

github_logo = mesh.Mesh.from_file(logo_path)
Expand Down

0 comments on commit 82c7022

Please sign in to comment.