Skip to content

Commit

Permalink
remove trailing '/' from directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
vmiheer authored Jan 26, 2021
1 parent 30003a6 commit 6820f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def generate_data_files():
all_files[relative_root].append(relative_root + os.sep + file_name)

data_files = []
share_root = 'share/accelergy/estimation_plug_ins/accelergy-table-based-plug-ins/'
share_root = 'share/accelergy/estimation_plug_ins/accelergy-table-based-plug-ins'
for relative_root, list_of_files in all_files.items():
root = share_root + relative_root
subfolder_tuple = (root, list_of_files)
Expand Down

0 comments on commit 6820f5a

Please sign in to comment.