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 51f986d commit da9a7c3Copy full SHA for da9a7c3
bin/pysurfer
@@ -68,7 +68,7 @@ if __name__ == '__main__':
68
argdict = args.__dict__
69
config_opts = dict([(k, v) for k, v in argdict.items()
70
if k in confkeys and v])
71
- views = argdict['views']
+ views = args.views
72
73
# Load up the figure and underlying brain object
74
b = Brain(args.subject_id, args.hemi, args.surf, args.curv,
0 commit comments