DaanHoogland commented on a change in pull request #5348: URL: https://github.com/apache/cloudstack/pull/5348#discussion_r692903525
########## File path: test/integration/component/test_multiple_nic_support.py ########## @@ -224,7 +224,7 @@ def setUpClass(cls): cls.virtual_machine1.default_network_id = nic.networkid break except Exception as e: - cls.fail("Exception while deploying virtual machine: %s" % e) + cls.fail(f"Exception while deploying virtual machine: {e}") Review comment: not sure why, but the old way works (and still does in py3) no worries. I'll give it a look one of these days. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org