Skip to content

report two Ace bugs #126

@Hitatm

Description

@Hitatm

I am intersted at your crashmonkey,but i found some obvious bugs. maybe,you can fix it.

1 at copy_diff.sh:27

     if [ -e build/diff* ]  
when there are two diff* files match ; shell script will  exit incorrectly;
 suggest : if [ -n "$(ls build/| grep diff)" ]

2 at ace.py variable file_names, incomplete type judgment

   if isinstance(file_names, basestring): 
       balabalabala
  else
     file_name = file_names[0]   #when file_names is None , it can not generate nested seq-1 ;

i have tried "python ace.py -l 1 -n True -d false",your ace will always report None Type Error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions