From 72eb00831ec085c8ce62b164c5d857e6d39eed4a Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 19 Oct 2011 15:56:56 +0000 Subject: save block list as a tag in the Journal --- (limited to 'TurtleArtActivity.py') diff --git a/TurtleArtActivity.py b/TurtleArtActivity.py index 861122f..9a94279 100644 --- a/TurtleArtActivity.py +++ b/TurtleArtActivity.py @@ -746,6 +746,7 @@ class TurtleArtActivity(activity.Activity): ''' Write the project to the Journal. ''' _logger.debug('Write file: %s' % file_path) self.metadata['mime_type'] = 'application/x-turtle-art' + self.metadata['tags'] = str(self.tw.used_block_list) data_to_file(self.tw.assemble_data_to_save(), file_path) def read_file(self, file_path, run_it=True): -- cgit v0.9.1