Skip to content

Commit

Permalink
*change
Browse files Browse the repository at this point in the history
  • Loading branch information
sneaky0potato committed May 20, 2024
1 parent c315875 commit 50b61bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litesoph/gui/workflow_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def start(self, workflow_manager: WorkflowManager):

def check_pg(self):
# Make it False so that you can queue multiple jobs.
# Chnage to True under parental guidance only
# Change to True under parental guidance only
PG_PROCEED = False
if hasattr(self.task_controller.task, 'submit_network') and self.task_controller.task.submit_network is not None:
is_remote_job_done = PG_PROCEED or (self.task_controller.task.submit_network.check_job_status())
Expand Down

0 comments on commit 50b61bc

Please sign in to comment.