Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

ACE fails on "nested" mode #125

Closed
squizz617 opened this issue Jan 11, 2019 · 1 comment
Closed

ACE fails on "nested" mode #125

squizz617 opened this issue Jan 11, 2019 · 1 comment
Assignees

Comments

@squizz617
Copy link

Hi, here to report another bug.

Command python ace.py -l 1 -n True -d False fails with the following message:

Traceback (most recent call last):
  File "ace.py", line 1463, in <module>
    main()
  File "ace.py", line 1422, in main
    doPermutation(i)
  File "ace.py", line 1216, in doPermutation
    modified_pos = satisfyDep(seq, i, modified_sequence, modified_pos, open_dir_map, open_file_map, file_length_map)
  File "ace.py", line 827, in satisfyDep
    modified_pos = checkParentExistsDep(current_sequence, pos, modified_sequence, modified_pos, open_dir_map, open_file_map, file_length_map)
  File "ace.py", line 589, in checkParentExistsDep
    file_name = file_names[0]
TypeError: 'NoneType' object has no attribute '__getitem__'
@jayashreemohan29
Copy link
Member

Thanks for notifying. It has been fixed now - #127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants