This commit is contained in:
gac-S_Changer
2019-01-23 17:12:08 +01:00
parent 823d5721b9
commit 6848a54af9
11 changed files with 92 additions and 61 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ def save_samples_info():
data = get_samples_info(True)
output_file = open( get_context().setup.expandPath("{context}/samples_info.json") , "w")
output_file.write(data)
output_file.close()
output_file.close()
get_context().sendEvent("samples_updated", True)
def restore_samples_info():
try: