diff options
-rwxr-xr-x | scripts/tatt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tatt b/scripts/tatt index 417831e..66d91dc 100755 --- a/scripts/tatt +++ b/scripts/tatt @@ -163,7 +163,7 @@ if options.bugnum: # joint code for -f and -b ########################## -if not myJob.packageList==None: +if myJob.packageList is not None and len(myJob.packageList) > 0: ## Assigning jobname if options.jobname: myJob.name = options.jobname |