#341 Fix arithmetic flake8 error
Merged 5 years ago by lucarval. Opened 5 years ago by lucarval.
lucarval/freshmaker fix-flake8-arithmetic  into  master

file modified
+1 -1
@@ -307,7 +307,7 @@ 

                  # block. It would still be nice to redesign that part of

                  # Freshmaker to do things "right".

                  # This is tracked here: https://pagure.io/freshmaker/issue/114

-                 @retry(timeout=60*30, interval=2)

+                 @retry(timeout=60 * 30, interval=2)

                  def wait_for_compose(compose_id):

                      ret = odcs.get_compose(compose_id)

                      if ret["state_name"] == "done":

This has already been applied to prod branch.

Pull-Request has been merged by lucarval

5 years ago
Metadata