Copilot commented on code in PR #11656:
URL: https://github.com/apache/cloudstack/pull/11656#discussion_r2416337992


##########
client/bindir/cloud-setup-management.in:
##########
@@ -68,9 +188,13 @@ if __name__ == '__main__':
         print("CloudStack Management Server setup is Done!")
         print("Please ensure ports 8080, 8250, 8443, and 9090 are opened and 
not firewalled for the management server and not in use by other processes on 
this host.")
     except (CloudRuntimeException, CloudInternalException) as e:
+

Review Comment:
   There's an extra blank line after the except statement that creates 
inconsistent indentation formatting.
   ```suggestion
   
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to