Skip to content

Commit

Permalink
Merge pull request #203 from Teingi/2.1.0_dev
Browse files Browse the repository at this point in the history
fix analyze log offline
  • Loading branch information
Teingi authored May 11, 2024
2 parents 5d20c25 + 0478082 commit 2f1e904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def analyze_fuction(self, function_type, opt):
handler = AnalyzeLogHandler(self.context)
handler.handle()
elif function_type == 'analyze_log_offline':
self.set_offline_context(function_type, 'analyze')
self.set_context_skip_cluster_conn(function_type, 'analyze', config)
handler = AnalyzeLogHandler(self.context)
handler.handle()
elif function_type == 'analyze_flt_trace':
Expand Down

0 comments on commit 2f1e904

Please sign in to comment.