Skip to content

Commit

Permalink
util.py refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Mar 15, 2024
1 parent 25ea4eb commit 805f188
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apio/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,11 @@ def get_base_dir():
return base_dir


def get_bin_dir_table(base_dir):
def get_bin_dir_table(base_dir: dict):
"""Return a table with the package name and the folder were
the executable files are stored
* Input: Table with the package base_dir
* INPUT
-base_dir: Table with the package base_dir
"""

bin_dir = {
Expand Down

0 comments on commit 805f188

Please sign in to comment.