channel-exporter: provide necessary information to remove from dict
Oops. I added new things to the CHANNEL_REVISION object, but didn't update that down here.
Cole Helbling committed
Nov 29, 2021 at 16:48 UTC
afae59b662bfdb8745cd87f34004a71f5b494426
1 file changed
+1
-1
delft/eris/channel-exporter.py
+1
-1
@@ -80,4 +80,4 @@ if __name__ == "__main__":
80
previous_revision = revisions.pop(channel, None)
81
revisions[channel] = revision
82
if previous_revision and previous_revision != revision:
83
- CHANNEL_REVISION.remove(channel, previous_revision)
83
+ CHANNEL_REVISION.remove(channel, previous_revision, status, variant, current)