Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
ring630 committed Jan 15, 2025
1 parent 9f94333 commit caffb84
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ansys/aedt/core/workflows/installer/extension_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ def action_get_script_path():
toolkits_combo.grid(row=2, column=1, padx=5, pady=5)

# Create entry box for directory path
"""input_file_label = tk.Label(frame, text="Enter script path:")
input_file_label.grid(row=3, column=0, padx=5, pady=5)
input_file = tk.Entry(frame)
input_file.grid(row=3, column=1, padx=5, pady=5)"""

input_file_label = tk.Button(frame, text="Enter script path:", command=action_get_script_path)
input_file_label.grid(row=3, column=0, padx=5, pady=5)
Expand Down

0 comments on commit caffb84

Please sign in to comment.