Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Jun 2, 2017
1 parent dd5c057 commit 3219bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qipipe/pipeline/workflow_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def _configuration_files(self, name):
"""

# The file base name with extension.
base_name = "%.cfg" % name
base_name = "%s.cfg" % name
# The configuration directories.
cfg_dirs = [CONF_DIR]
if self.config_dir:
Expand Down

0 comments on commit 3219bf6

Please sign in to comment.