Skip to content

Commit 10780a2

Browse files
committed
codestyle
1 parent d42b534 commit 10780a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

qiita_client/testing.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ def _wait_for_running_job(self, job_id):
8787
def deposite_in_qiita_basedir(self, fps, update_fp_only=False):
8888
"""Pushs a file to qiita main AND adapts given filepath accordingly.
8989
90-
A helper function to fix file paths in tests such that they point to the
91-
expected BASE_DATA_DIR. This becomes necessary when uncoupling the
90+
A helper function to fix file paths in tests such that they point to
91+
the expected BASE_DATA_DIR. This becomes necessary when uncoupling the
9292
plugin filesystem as some methods now actually fetches expected files
9393
from BASE_DATA_DIR. This will fail for protocols other than filesystem
9494
IF files are created locally by the plugin test.
@@ -99,8 +99,8 @@ def deposite_in_qiita_basedir(self, fps, update_fp_only=False):
9999
Filepath or list of filepaths to file(s) that shall be part of
100100
BASE_DATA_DIR, but currently points to some tmp file for testing.
101101
update_fp_only : bool
102-
Some tests operate on filepaths only - files do not actually need to
103-
exist. Thus, we don't need to tranfer a file.
102+
Some tests operate on filepaths only - files do not actually need
103+
to exist. Thus, we don't need to tranfer a file.
104104
"""
105105
if self.qclient._plugincoupling == 'filesystem':
106106
return fps

0 commit comments

Comments
 (0)