We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a46dbe commit 7b103c0Copy full SHA for 7b103c0
src/pyrocore/scripts/rtcontrol.py
@@ -600,7 +600,8 @@ def mainloop(self):
600
matches.sort(key=sort_key, reverse=self.options.reverse_sort)
601
602
if self.options.anneal:
603
- if not self.options.quiet:
+ if not self.options.quiet and set(self.options.anneal).difference(
604
+ set(['invert', 'unique'])):
605
if self.options.from_view not in (None, 'default'):
606
self.LOG.warn("Mixing --anneal with a view other than 'default' might yield unexpected results!")
607
if int(config.fast_query):
0 commit comments