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 e8255ff commit 477d0d7Copy full SHA for 477d0d7
1 file changed
relecov_tools/read_lab_metadata.py
@@ -55,15 +55,11 @@ def __init__(
55
)
56
self.files_folder = os.path.abspath(files_folder)
57
58
- if sample_list_file is not None and not os.path.exists(
59
- sample_list_file
60
- ):
+ if sample_list_file is not None and not os.path.exists(sample_list_file):
61
self.log.error(
62
"Sample information file %s does not exist ", sample_list_file
63
64
- stderr.print(
65
- "[red] Samples file " + sample_list_file + " does not exist"
66
- )
+ stderr.print("[red] Samples file " + sample_list_file + " does not exist")
67
raise FileNotFoundError(
68
69
0 commit comments