UPdated trainer.py

This commit is contained in:
Victor Mylle
2023-11-26 22:42:30 +00:00
parent 9c84b875a3
commit 4886c0d9a0

View File

@@ -57,14 +57,14 @@ class Trainer:
# check if running remotely # check if running remotely
if not running_remotely(): # if not running_remotely():
task_name = input("Enter a task name: ") # task_name = input("Enter a task name: ")
task.set_name(task_name) # task.set_name(task_name)
# change_description = input("Enter a change description: ") # # change_description = input("Enter a change description: ")
change_description = "" # change_description = ""
if change_description: # if change_description:
task.set_comment(change_description) # task.set_comment(change_description)
if self.debug: if self.debug:
task.add_tags("Debug") task.add_tags("Debug")