#450 Break too long line
Merged 3 years ago by lsedlar. Opened 3 years ago by lsedlar.
lsedlar/odcs fix-formatting  into  master

@@ -220,7 +220,10 @@ 

  

              # Do not remove the latest successfull compose.

              if get_latest_symlink(compose):

-                 log.info("%r: Not removing compose, the latest-* symlink points to it.", compose)

+                 log.info(

+                     "%r: Not removing compose, the latest-* symlink points to it.",

+                     compose,

+                 )

                  continue

  

              log.info("%r: Removing compose", compose)

This should have been caught by Jenkins, but it wasn't running and thus it sneaked in. Once Jenkins is back up, it would cause issues with new pull requests.

Pull-Request has been merged by lsedlar

3 years ago
Metadata