mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
lint
This commit is contained in:
@@ -46,7 +46,7 @@ export default {
|
||||
pathDestination.filepath
|
||||
);
|
||||
} else if (this.path === undefined || this.path === "undefined") {
|
||||
this.directoryContent = pathDestination.datasetContent
|
||||
this.directoryContent = pathDestination.datasetContent;
|
||||
} else {
|
||||
this.errorMessage = `is not found!`;
|
||||
}
|
||||
|
||||
@@ -388,8 +388,7 @@ class ToBasicMarkdownDirectiveHandler(GalaxyInternalMarkdownDirectiveHandler):
|
||||
def handle_dataset_as_image(self, line, hda):
|
||||
dataset = hda.dataset
|
||||
name = hda.name or ''
|
||||
filepath = re.search(PATH_LABEL_PATTERN, line).group(2)
|
||||
|
||||
filepath = re.search(PATH_LABEL_PATTERN, line).group(2)
|
||||
|
||||
if filepath is not None:
|
||||
file = os.path.join(hda.extra_files_path, filepath)
|
||||
|
||||
Reference in New Issue
Block a user