Skip to content

Commit

Permalink
Fix conversion from .py to .xlsx
Browse files Browse the repository at this point in the history
Fix #81
  • Loading branch information
Bachibouzouk committed Nov 30, 2023
1 parent 128a4ac commit 1310fe5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ramp/ramp_convert_old_input_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ def convert_old_user_input_file(
output_fname = fname_path.split(os.path.sep)[-1].replace(".py", suffix)
output_fname = os.path.join(output_path, output_fname)

if "ramp" not in fname:
fname = f"ramp.{fname}"
file_module = importlib.import_module(fname)

user_list = file_module.User_list
Expand Down

0 comments on commit 1310fe5

Please sign in to comment.