diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-04-26 18:45:53 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-04-26 18:45:53 -0500 |
commit | 847531c9850de4ab4c869a9b387d37c8a0ccfc4c (patch) | |
tree | 28421b23880bde0c059c78630acd5748e4f2e663 /crystal.py | |
parent | 9a2408a864162ed9c71693924ac0026d7219bfa7 (diff) |
caught a self.label -> self.label.name
original-commit-id: bde9cb3b5731e82aa7b694c0005d12f053dc9e06
Diffstat (limited to 'crystal.py')
-rw-r--r-- | crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -555,7 +555,7 @@ class TextScript: pointer = extract_maps.calculate_pointer(pointer, pointer_bank) text = TextScript(pointer, map_group=self.map_group, map_id=self.amp_id, debug=self.debug, \ - show=self.debug, force=self.debug, label="Target"+self.label) + show=self.debug, force=self.debug, label="Target"+self.label.name) self.dependencies.append(text) command = {"type": command_byte, |