UPdated trainer.py
This commit is contained in:
@@ -57,14 +57,14 @@ class Trainer:
|
||||
|
||||
# check if running remotely
|
||||
|
||||
if not running_remotely():
|
||||
task_name = input("Enter a task name: ")
|
||||
task.set_name(task_name)
|
||||
# if not running_remotely():
|
||||
# task_name = input("Enter a task name: ")
|
||||
# task.set_name(task_name)
|
||||
|
||||
# change_description = input("Enter a change description: ")
|
||||
change_description = ""
|
||||
if change_description:
|
||||
task.set_comment(change_description)
|
||||
# # change_description = input("Enter a change description: ")
|
||||
# change_description = ""
|
||||
# if change_description:
|
||||
# task.set_comment(change_description)
|
||||
|
||||
if self.debug:
|
||||
task.add_tags("Debug")
|
||||
|
||||
Reference in New Issue
Block a user