Skip to content

Commit

Permalink
Fix variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Feb 17, 2015
1 parent 96deec5 commit 1a9512f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qipipe/staging/staging_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def next(self):
# The visit subdirectory match pattern.
vpat = self.collection.session_pattern
logger(__name__).debug("The visit directory search pattern is %s..." %
vpath)
vpat)

# The DICOM file search pattern depends on the scan type.
dcm_pat_dict = self.collection.dcm_pat_dict
Expand Down

0 comments on commit 1a9512f

Please sign in to comment.