Skip to content

Commit 16671ca

Browse files
authored
U -> r (#58)
1 parent ddebae1 commit 16671ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_client/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def __call__(self, server_url, job_id, output_dir):
279279
logger.debug('Entered BaseQiitaPlugin.__call__()')
280280
# Set up the Qiita Client
281281
config = ConfigParser()
282-
with open(self.conf_fp, 'U') as conf_file:
282+
with open(self.conf_fp, 'r') as conf_file:
283283
config.readfp(conf_file)
284284

285285
plugincoupling = self._DEFAULT_PLUGIN_COUPLINGS

0 commit comments

Comments
 (0)