Difference between revisions of "Cfn"

From wikieduonline
Jump to navigation Jump to search
(Created page with " == Related terms == * <code>cfn-lint</code>")
Tags: Mobile web edit, Mobile edit
 
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
  
 +
pip install cfn
 +
 +
cfn --version
 +
Traceback (most recent call last):
 +
  File "/usr/local/bin/cfn", line 5, in <module>
 +
    from cfn import main
 +
  File "/usr/local/lib/python3.8/dist-packages/cfn/__init__.py", line 73
 +
    print response
 +
          ^
 +
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(response)?
  
 
== Related terms ==
 
== Related terms ==
 
* <code>[[cfn-lint]]</code>
 
* <code>[[cfn-lint]]</code>
 +
 +
== See also ==
 +
* {{CloudFormation}}
 +
 +
[[Category:CloudFormation]]

Revision as of 08:25, 20 August 2021

pip install cfn

cfn --version Traceback (most recent call last):

 File "/usr/local/bin/cfn", line 5, in <module>
   from cfn import main
 File "/usr/local/lib/python3.8/dist-packages/cfn/__init__.py", line 73
   print response
         ^

SyntaxError: Missing parentheses in call to 'print'. Did you mean print(response)?

Related terms

See also

Advertising: