We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35dea3 commit 2f2271cCopy full SHA for 2f2271c
1 file changed
frameioclient/lib/utils.py
@@ -14,7 +14,7 @@ def inner(func):
14
do operations with func
15
"""
16
if ENV == 'build':
17
- print(f"API Operation: {kwargs.get('operation')}")
+ print("API Operation: {}".format(kwargs.get('operation')))
18
19
return func
20
0 commit comments