Skip to content

Commit bf8e1bf

Browse files
committed
removing commented code, and rebasing
1 parent 59c7968 commit bf8e1bf

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

orchestration/flows/bl832/dispatcher.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -246,17 +246,6 @@ async def dispatcher(
246246
nersc_forge_recon_multisegment=False,
247247
new_file_832=True
248248
)
249-
# Run the main decision flow with the specified parameters
250-
# asyncio.run(dispatcher(
251-
# config={}, # PYTEST, ALCF, NERSC
252-
# is_export_control=False, # ALCF & MOVE
253-
# folder_name="folder", # ALCF
254-
# file_name="file", # ALCF
255-
# file_path="/path/to/file", # MOVE
256-
# send_to_alcf=True, # ALCF
257-
# send_to_nersc=True, # MOVE
258-
# )
259-
# )
260249
except Exception as e:
261250
logger = get_run_logger()
262251
logger.error(f"Failed to execute main flow: {e}")

0 commit comments

Comments
 (0)