You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can do if i2 is i2.Empty. But then with i1 it does not work because it returns valid issue and i1.Empty does not exist. I tried with NullObject but it always says it's false.
i1 is NullObject #false
i1 is NullObject('Issue') #false
so I had to do this for now:
if '%s' % i2 == '':
handle None
because it works for both NullObjects and valid results returned
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
How do I check if github3 does not find resource?
for example:
how do I do this:
I can do
if i2 is i2.Empty
. But then with i1 it does not work because it returns valid issue and i1.Empty does not exist. I tried with NullObject but it always says it's false.so I had to do this for now:
because it works for both NullObjects and valid results returned
The text was updated successfully, but these errors were encountered: