Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • autosubmit autosubmit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 338
    • Issues 338
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • autosubmitautosubmit
  • Issues
  • #58
Closed
Open
Issue created Oct 27, 2015 by Xavier Yepes@xyepesMaintainer

Problem deleting an experiment

I can't delete experiments because there is a python error. For example, when I type "autosubmit delete a001", autosubmit asks me:

Do you want to delete a001 ? [y/n]

I answer "y", but then it gives me the following error:

[CRITICAL] Unhandled exception on Autosubmit: name 'y' is not defined Traceback (most recent call last): File "/shared/earth/python2.7/autosubmit/autosubmit.py", line 261, in parse_args return Autosubmit.delete(args.expid, args.force) File "/shared/earth/python2.7/autosubmit/autosubmit.py", line 453, in delete if force or Autosubmit._user_yes_no_query("Do you want to delete " + expid + " ?"): File "/shared/earth/python2.7/autosubmit/autosubmit.py", line 1465, in _user_yes_no_query return strtobool(input().lower()) File "", line 1, in NameError: name 'y' is not defined

Assignee
Assign to
Time tracking