Skip to content

Commit

Permalink
Merge pull request #305 from BrainPad/304
Browse files Browse the repository at this point in the history
Add output log for targetfile to CsvConvert class
  • Loading branch information
yasuhiro-ohba authored Dec 10, 2021
2 parents 5568144 + 074072f commit 7a4c20d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cliboa/scenario/transform/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ def io_files(self, iterable, ext=None):
fd, temp_file = tempfile.mkstemp()
os.close(fd)

self._logger.info("target file is %s" % input_path)

yield input_path, temp_file

if input_path == output_path:
Expand Down

0 comments on commit 7a4c20d

Please sign in to comment.