I am trying to append a string value of a variable to end of a string. I am getting a missing closing quote.
My Python snippet is:
from Utilities.HelperMethods import read_from_file
class DataCategoriesPage_TestCase(BaseTestCase):
def test_00001_add_data_categories(self):
project_name = read_from_file("project_name")
administration_page.enter_location_for_export(r"\\STORAGE-1\Testing\Test Data\ClearCore\Exports\5\" + project_name)
What is the correct syntax?
The value of the variable project name is "selenium_regression_project_09/04/2016"
I would like to add this to the end of the string path \\STORAGE-1\Testing\Test Data\ClearCore\Exports\5\