Skip to content

Commit

Permalink
Fixed #123
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoux committed Jul 19, 2018
1 parent af64ece commit 3b3c59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application.py
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ def format_data(filepath, datas):

format_data(
abs_path + os.sep + "{}-{}.txt".format(name, timeStamp),
to_save
dict(to_save)
)


Expand Down

0 comments on commit 3b3c59f

Please sign in to comment.