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 1eeef0e commit 14e8556Copy full SHA for 14e8556
jote/compose.py
@@ -73,7 +73,7 @@ def __init__(self, collection: str,
73
if memory.endswith('Mi'):
74
self._memory: str = f'{memory[:-2]}m'
75
elif memory.endswith('Gi'):
76
- self._memory: str = f'{memory[:-2]}g'
+ self._memory = f'{memory[:-2]}g'
77
assert self._memory
78
79
self._collection: str = collection
0 commit comments