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
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "./fabrictestbed_extensions/fablib/slice.py", line 168, in show
data = self.toDict()
^^^^^^^^^^^^^
File "./fabrictestbed_extensions/fablib/slice.py", line 486, in toDict
"project_id": str(self.get_project_id()),
^^^^^^^^^^^^^^^^^^^^^
File "./fabrictestbed_extensions/fablib/slice.py", line 842, in get_project_id
return self.sm_slice.project_id
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'project_id'
Perhaps this could fail a little more gracefully.
The text was updated successfully, but these errors were encountered:
If we try to
show()
a slice beforesubmit()
, we crash. Consider the below snippet:This fails with:
Perhaps this could fail a little more gracefully.
The text was updated successfully, but these errors were encountered: