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 c995221 commit e0520a6Copy full SHA for e0520a6
code/core/gg.py
@@ -17,7 +17,7 @@ def __init__(self, matched, intdir, obsdir):
17
self.matched = matched
18
self.INTDIR = intdir.rstrip('/') + '/'
19
self.OBSDIR = obsdir.rstrip('/') + '/'
20
- self.DERIVATIVES = "derivatives/GGIR-3.2.6-test" # Defined within the class
+ self.DERIVATIVES = "/derivatives/GGIR-3.2.6-test" # Defined within the class
21
22
def run_gg(self):
23
"""
0 commit comments