lagrangedao / lagrange-cli

MIT License
1 stars 5 forks source link

error when lag remove file #14

Open Normalnoise opened 1 year ago

Normalnoise commented 1 year ago
image

when I remove the files from the space files;

Traceback (most recent call last):
  File "/Users/leozhang/opt/anaconda3/bin/lag", line 8, in <module>
    sys.exit(main())
  File "/Users/leozhang/opt/anaconda3/lib/python3.9/site-packages/lag/cli.py", line 93, in main
    remove_files(args.files)
  File "/Users/leozhang/opt/anaconda3/lib/python3.9/site-packages/lag/add.py", line 61, in remove_files
    added_files.remove(file)
ValueError: list.remove(x): x not in list