quotation-marks

PyCharm deletes quotation marks in paramenter field

PyCharm deletes quotation marks in paramenter field Question: I want to set a parameter for a python script by using the parameter field in PyCharm. My config: But the command in the Run console is: python3 path_to_script.py ‘{app_id: picoballoon_network, dev_id: ferdinand_8c … and so on and not: python3 path_to_script.py ‘{"app_id": "picoballoon_network", "dev_id": "ferdinand_8c" … and …

Total answers: 1