We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23e05e commit a9f5a45Copy full SHA for a9f5a45
i3configger/base.py
@@ -16,8 +16,8 @@
16
SETTINGS_MARK = VAR_MARK + SET_MARK + '_'
17
18
19
-# FIXME this is wrong - based on assumption that config always resides in partialsPath
20
-# Either make this a necessity or make it configurable
+# FIXME this is wrong - based on assumption that config always resides
+# in partialsPath -> either make this a necessity or make it configurable
21
class Paths:
22
def __init__(self, configPath):
23
path = Path(configPath)
0 commit comments