You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by GitBox <gi...@apache.org> on 2018/05/17 12:25:11 UTC

[GitHub] sebbASF opened a new issue #451: Bug: unnecessary test (will always succeed) in copy-list.py

sebbASF opened a new issue #451: Bug: unnecessary test (will always succeed) in copy-list.py
URL: https://github.com/apache/incubator-ponymail/issues/451
 
 
   The code at
   https://github.com/apache/incubator-ponymail/blob/master/tools/copy-list.py#L121
   says:
   if targetLID or newdb:
       rest of script
   
   The condition cannot be false, as earlier:
   https://github.com/apache/incubator-ponymail/blob/master/tools/copy-list.py#L99
   we have
   if not (targetLID or newdb):
       ...
       sys.exit(-1)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services