Skip to content

Commit

Permalink
Minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
michelzade authored Nov 6, 2020
1 parent f1c5a4e commit 66a0f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


base_dir = os.path.abspath(os.getcwd())
input_file = r'\input\input_data.csv'
input_file = r'\input\input_data.xlsx'
output_dir = r'\output'

path_input_data = base_dir + input_file
Expand Down

0 comments on commit 66a0f61

Please sign in to comment.