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

'NoneType' object has no attribute 'items' when deploying #175

Open
K-Borg opened this issue Feb 23, 2018 · 1 comment
Open

'NoneType' object has no attribute 'items' when deploying #175

K-Borg opened this issue Feb 23, 2018 · 1 comment
Assignees
Labels

Comments

@K-Borg
Copy link

K-Borg commented Feb 23, 2018

When attempting to deploy Account.object to our production org, I receive the following error in the console:

Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 795, in run_
return self.run(**args)
File "main in /Users/user/Library/Application Support/Sublime Text 3/Installed Packages/haoide.sublime-package", line 1471, in run
AttributeError: 'NoneType' object has no attribute 'items'

@aitiancai
Copy link

Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 1050, in run_
return self.run(**args)
File "/Users/YanhaowWang/Library/Application Support/Sublime Text 3/Installed Packages/haoide.sublime-package/main.py", line 1570, in run
AttributeError: 'NoneType' object has no attribute 'items'

@lushang lushang self-assigned this Jan 14, 2021
@lushang lushang added the bug label Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants