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 a1bd54f commit af0ee0bCopy full SHA for af0ee0b
program_admin/__init__.py
@@ -327,7 +327,9 @@ async def sync(
327
publisher_program_signers,
328
) = await self.sync_publisher_program(ref_publishers)
329
330
- logger.debug(f"Syncing publisher program - {len(publisher_program_instructions)} instructions")
+ logger.debug(
331
+ f"Syncing publisher program - {len(publisher_program_instructions)} instructions"
332
+ )
333
334
if publisher_program_instructions:
335
instructions.extend(publisher_program_instructions)
0 commit comments