Skip to content

Commit

Permalink
fix the typo in the warnning message
Browse files Browse the repository at this point in the history
Signed-off-by: Xiangce Liu <[email protected]>
  • Loading branch information
xiangce committed Jul 16, 2024
1 parent f02fd68 commit ee9368e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insights/client/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ def _validate_options(self):
sys.stdout.write('WARNING: Obfuscation reports will be created alongside the output directory.\n')
if self.core_collect is False:
if self._print_errors:
sys.stdout.write('WARNING: "core_collect=False" is not longer supported. "core_collect=True" will be used.\n')
sys.stdout.write('WARNING: "core_collect=False" is no longer supported. "core_collect=True" will be used.\n')
if self.output_file:
if os.path.exists(self.output_file):
raise ValueError('File %s already exists.' % self.output_file)
Expand Down

0 comments on commit ee9368e

Please sign in to comment.