You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dir_util.copy_tree(directory_name+"/data/", "./data/") # Copy the data folder that some solutions need
39
38
exceptdir_util.DistutilsFileError:
40
-
print(color_string(colors.WARNING, "The data folder was unable to be copied from "+directory_name+" to ./data!\nSome solutions may not be able to compile!\n"))
39
+
print(color_string(colors.WARNING, "The data folder was unable to be copied from "+directory_name+"/solutions to ./data!\nSome solutions may not be able to compile!\n"))
0 commit comments