We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2880ba1 commit 308bee1Copy full SHA for 308bee1
common/file_rotate.py
@@ -7,3 +7,6 @@ class FileRotate(Enum):
7
DAILY = 2
8
WEEKLY = 3
9
MONTHLY = 4
10
+
11
+ def __str__(self):
12
+ return "%s" % self._name_
0 commit comments