Skip to content

f-string line send python to maya 2023 does not work #38

@oglops

Description

@oglops

In maya 2023 ( python 3.9) f-string is not working when using Send Python Code to Maya

To Reproduce
Steps to reproduce the behavior:

  1. open maya 2023 and open ports
  2. run
MC.commandPort(name=":7001", sourceType="mel", echoOutput=True)
MC.commandPort(name=":7002", sourceType="python",echoOutput=True)
  1. send this from vscode
x=1
print(f"your value: {x}")

and error is

# Error: line 1: invalid syntax
# Traceback (most recent call last):
#   File "<maya console>", line 1, in <module>
#   File "<string>", line 3
#     print(f"your value: {x}")
#                            ^
# SyntaxError: invalid syntax # 

Expected behavior
print your value: 1

Screenshots
N.A

Desktop (please complete the following information):

  • OS: centos 7.9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions