codon icon indicating copy to clipboard operation
codon copied to clipboard

[Bug] what(): argument not found

Open zhouzaida opened this issue 2 years ago • 1 comments

Hi, thanks for your awesome work. I followed the example in https://docs.exaloop.io/codon/#codon-at-a-glance and got an error.

$ codon run -release fib.py
terminate called after throwing an instance of 'fmt::v9::format_error'
  what():  argument not found
[1]    971 abort      codon run -release fib.py

zhouzaida avatar Dec 10 '22 03:12 zhouzaida

I think this is actually due to https://github.com/exaloop/codon/issues/75 (Codon throwing an exception on non-existent file) -- can you check if fib.py exists in the current directory?

arshajii avatar Dec 11 '22 16:12 arshajii

Thanks for your reply. I checked and it did not exist.

zhouzaida avatar Dec 12 '22 05:12 zhouzaida