Skip to content

Commit 0f4a190

Browse files
committed
fix: missing comma
1 parent 38f8b63 commit 0f4a190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def main():
102102
pjoin('testing', 'data', 'tbss_dir', '*'),
103103
pjoin('testing', 'data', 'brukerdir', '*'),
104104
pjoin('testing', 'data', 'brukerdir', 'pdata', '1', '*'),
105-
pjoin('testing', 'data', 'ds005', '*')
105+
pjoin('testing', 'data', 'ds005', '*'),
106106
pjoin('workflows', 'data', '*'),
107107
pjoin('pipeline', 'engine', 'report_template.html'),
108108
pjoin('external', 'd3.js'),

0 commit comments

Comments
 (0)