commiting a ton of changes

This commit is contained in:
gac-S_Changer
2020-06-23 13:19:01 +02:00
parent f54d35cd12
commit e602560111
15 changed files with 75 additions and 18 deletions
+2
View File
@@ -39,8 +39,10 @@ def save_samples_info():
output_file.write(data)
output_file.close()
get_context().sendEvent("samples_updated", True)
save_puck_info()
def restore_samples_info():
restore_puck_info()
try:
inputfile = open(get_context().setup.expandPath("{context}/samples_info.json"), "r")
info = inputfile.read()