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

pviews AttributeError: 'NoneType' object has no attribute 'split' ? #276

Closed
Ambtion opened this issue Oct 23, 2019 · 1 comment
Closed

Comments

@Ambtion
Copy link

Ambtion commented Oct 23, 2019

border view
Traceback (most recent call last):
File "/usr/local/Cellar/chisel/fblldb.py", line 83, in runCommand
command.run(args, options)
File "/usr/local/Cellar/chisel/commands/FBDisplayCommands.py", line 78, in run
for view, level in viewHelpers.subviewsOfView(obj):
File "/usr/local/Cellar/chisel/fblldbviewhelpers.py", line 75, in subviewsOfView
for i in xrange(subviewsCount):
NameError: name 'xrange' is not defined

@Ambtion
Copy link
Author

Ambtion commented Oct 24, 2019

I chang xrange to range in fblldbviewhelpers.py; it done

@Ambtion Ambtion closed this as completed Oct 24, 2019
kolinkrewinkel pushed a commit that referenced this issue Mar 6, 2020
Summary:
xrange is not in Python 3

Resolves #276
Pull Request resolved: #279

Reviewed By: jarman

Differential Revision: D20300505

Pulled By: kolinkrewinkel

fbshipit-source-id: 0ba6c4e822bea3f59853663f7aa285fcba46187b
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

Successfully merging a pull request may close this issue.

1 participant