Commit f6a9b763 authored by Christopher Bremner's avatar Christopher Bremner Committed by oroulet

Fix immediate publishing

parent b1548011
......@@ -61,7 +61,7 @@ class InternalSubscription:
"""
Trigger immediate publication (if requested by the PublishingInterval).
"""
if self._task and self.data.RevisedPublishingInterval <= 0.0:
if not self._task and self.data.RevisedPublishingInterval <= 0.0:
# Publish immediately (as fast as possible)
self.publish_results()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment