Skip to content

Commit

Permalink
removed cookies from command opts
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacio-penas committed Oct 31, 2024
1 parent 0bb3c28 commit e81baf3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nuvla/job_engine/job/executor/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ def _set_command_specific_options(self, parser):
parser.add_argument('--job-id', dest='job_id', metavar='ID',
help='Pull mode single job id to execute')

parser.add_argument("--cookies", dest="cookies", default=None,
help="Session cookie", metavar="NE_COOKIES")

@staticmethod
def get_action_instance(job):
if 'action' not in job:
Expand Down

0 comments on commit e81baf3

Please sign in to comment.