Skip to content

Commit

Permalink
[STCC_203] Incorrect format string causes crash (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiDog authored Nov 18, 2019
1 parent 8fa75f7 commit 93e2e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Scratch2Catrobat Converter
short_name: S2CC
version: 0.10.0
build_name: Aegean cat
build_number: 996
build_number: 997
build_type: S2CC

;-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/scratchtocatrobat/converter/catrobat.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def media_objects_in(project):
yield media_object

def add_to_start_script(bricks, sprite, position=0):
_log.debug("add to start script of '%s': %s", sprite.getName())
_log.debug("adding sprite %s to start script",sprite.getName())
if len(bricks) == 0: return # nothing to do

def get_or_add_startscript(sprite):
Expand Down

0 comments on commit 93e2e67

Please # to comment.