Skip to content

Commit

Permalink
This isn't true anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrake-merani committed Dec 18, 2024
1 parent ba95c60 commit 91777ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ascii_dialog/dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ def datasetOptions(self) -> list[str]:
current_dataset_type = self.currentDatasetType()
return current_dataset_type.required + current_dataset_type.optional + ['<ignore>']

# TODO: Only works for one single file at the moment
def onDoneButton(self):
params = AsciiReaderParams(
list(self.files_full_path.values()),
Expand Down

0 comments on commit 91777ba

Please sign in to comment.