Skip to content

Commit

Permalink
Update file_permissions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash-Nipunge committed Oct 26, 2023
1 parent 0147c33 commit 5c6cbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def flush_all(path):
subprocess.run(["pkexec", "setfacl", '--remove-all', path])


def create_frame_2(parent_frame, ctk):
def create_file_permissions(parent_frame, ctk):
two = ctk.CTkFrame(parent_frame, corner_radius=0)
two.pack(fill=ctk.BOTH, expand=True) # Use pack to place the 'two' frame

Expand Down

0 comments on commit 5c6cbee

Please sign in to comment.