We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 783cb29 + f1a623f commit 280cf65Copy full SHA for 280cf65
1 file changed
digitalocean/Tag.py
@@ -187,3 +187,7 @@ def remove_snapshots(self, snapshots):
187
188
return False
189
190
+
191
+ def __str__(self):
192
+ return "<Tag: %s>" % self.name
193
0 commit comments