Skip to content

Commit

Permalink
fix py26 ci iisue
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Dec 4, 2018
1 parent dfb6270 commit c503300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/etl_test/test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def _del_csv():


def _pre_csv(content, suffix=None):
suffix = suffix or "{}_{}".format(time(), randint(1, 1000000))
suffix = suffix or "{0}_{1}".format(time(), randint(1, 1000000))
file_path = './tmp_test_lookup_csv_{0}.csv'.format(suffix)

with open(file_path, "w") as f:
Expand Down

0 comments on commit c503300

Please sign in to comment.