nssnaresh5
Results
1
issues of
nssnaresh5
Step - 1: def change_rx_config_details(): dir_name = os.path.basename(os.getcwd()) # changed for file in os.listdir(os.getcwd()): if file == "rxconfig.py": file_path = os.path.join(os.getcwd(), file) with open(file_path, "r") as rder: config = rder.read()...