Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
jianzfb committed Oct 12, 2024
1 parent 6fffd68 commit af46b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antgo/framework/helper/runner/hooks/checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def before_run(self, runner):
elif self.out_dir.startswith('qiniu'):
backend = 'qiniu'
elif self.out_dir.startswith('htfs'):
backend = 'htfs'
backend = 'hdfs'
mlogger.FileLogger.root_folder = self.out_dir
self.file_logger = mlogger.Container()
self.file_logger.file = mlogger.FileLogger('file', backend, True)
Expand Down

0 comments on commit af46b10

Please sign in to comment.