Skip to content

Commit c995221

Browse files
committed
more group fixes
1 parent 1da72fd commit c995221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/core/gg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self, matched, intdir, obsdir):
1717
self.matched = matched
1818
self.INTDIR = intdir.rstrip('/') + '/'
1919
self.OBSDIR = obsdir.rstrip('/') + '/'
20-
self.DERIVATIVES = "/derivatives/GGIR-3.2.6-test" # Defined within the class
20+
self.DERIVATIVES = "derivatives/GGIR-3.2.6-test" # Defined within the class
2121

2222
def run_gg(self):
2323
"""

0 commit comments

Comments
 (0)