fixed bug for missing file name

This commit is contained in:
Philip Eisenlohr 2011-02-09 09:18:21 +00:00
parent 466ced911e
commit 65ae7de42b
1 changed files with 1 additions and 1 deletions

View File

@ -654,7 +654,7 @@ bg.start()
# --- sanity checks
if not file[0]:
if file == []:
parser.print_help()
parser.error('no file specified...')