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 6592c97 commit 11da0ecCopy full SHA for 11da0ec
tidy3d/web/api/mode.py
@@ -432,7 +432,7 @@ def get_result(
432
file = None
433
try:
434
file = download_gz_file(
435
- resource_id=self.task_id,
+ resource_id=self.solver_id,
436
remote_filename=MODESOLVER_RESULT_GZ,
437
to_file=to_file,
438
verbose=verbose,
@@ -441,12 +441,12 @@ def get_result(
441
except ClientError:
442
if verbose:
443
console = get_logger_console()
444
- console.log(f"Unable to download '{MODESOLVER_RESULT}'.")
+ console.log(f"Unable to download '{MODESOLVER_RESULT_GZ}'.")
445
446
if not file:
447
448
file = download_file(
449
450
remote_filename=MODESOLVER_RESULT,
451
452
0 commit comments