Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[STCC_203] Incorrect format string causes crash #137

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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