Skip to content

Commit a4e96cd

Browse files
committed
fix flake8
Update entrypoint.sh Update docker-compose.yml
1 parent eccdc28 commit a4e96cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msc-wis2node-management/msc_wis2node/publisher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def _subtopic2dirpath(self, subtopic: str) -> str:
235235

236236
LOGGER.debug(f'AMQP subtopic: {subtopic}')
237237

238-
dirpath = '/' + subtopic.replace('*.', '/').replace('.', '/').rstrip('/#')
238+
dirpath = '/' + subtopic.replace('*.', '/').replace('.', '/').rstrip('/#') # noqa
239239
dirpath = dirpath.replace('//', '/')
240240
dirpath = f'*{dirpath}*'
241241

0 commit comments

Comments
 (0)