fixed line length

This commit is contained in:
Matthias Hub 2011-03-10 02:47:54 +01:00
parent 659e3719f0
commit 995b4274c5
1 changed files with 4 additions and 4 deletions

View File

@ -128,8 +128,8 @@ def build_application(settings, app_name_lower, app_dir):
%(application_directory)s/Contents/MacOS/plugins/presentations' \
% { 'application_directory' : app_dir })
if (result != 0):
logging.error('[%s] could not remove presentations plugins, dmg creation failed!',
script_name)
logging.error('[%s] could not remove presentations plugins, dmg \
creation failed!', script_name)
sys.exit(1)
logging.info('[%s] copying the icons to the resource directory...',
@ -170,8 +170,8 @@ def build_application(settings, app_name_lower, app_dir):
% { 'ts_file' : ts_file, 'target_directory' : app_dir,
'base': os.path.splitext(os.path.basename(ts_file))[0] })
if (result != 0):
logging.error('[%s] could not copy the translations, dmg creation \
failed!', script_name)
logging.error('[%s] could not copy the translations, dmg \
creation failed!', script_name)
sys.exit(1)
def deploy_qt(settings):