You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/04/15 16:07:08 UTC

[GitHub] [cloudstack] nvazquez edited a comment on issue #4030: some minor changes to make the build run with python 3

nvazquez edited a comment on issue #4030: some minor changes to make the build run with python 3
URL: https://github.com/apache/cloudstack/pull/4030#issuecomment-614112046
 
 
   @DaanHoogland in my tests compile and run works fine, but I'm having this problem with the marvin deploy script:
   
   ````
   $  python tools/marvin/marvin/deployDataCenter.py -i ../adv-kvm.cfg
     File "tools/marvin/marvin/deployDataCenter.py", line 77
       print "\n=== Data Center Settings are dumped to %s===" % dc_file_path
                                                            ^
   SyntaxError: Missing parentheses in call to 'print'. Did you mean print("\n=== Data Center Settings are dumped to %s===" % dc_file_path)?
   ````

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services