You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\cmovi\AppData\Local\Programs\Python\Python39\python.exe C:/Users/cmovi/Documents/github/cmovic-fplan/src/fplan/fplan.py ..\..\examples\sample.toml --validate
Traceback (most recent call last):
File "C:\Users\cmovi\Documents\github\cmovic-fplan\src\fplan\fplan.py", line 510, in <module>
main()
File "C:\Users\cmovi\Documents\github\cmovic-fplan\src\fplan\fplan.py", line 506, in main
for y in range(1,nyears):
NameError: name 'nyears' is not defined
Should this be fixed? It doesn't appear to do anything - if that's the case can it be removed?
The text was updated successfully, but these errors were encountered:
Running with --validate does the following:
Should this be fixed? It doesn't appear to do anything - if that's the case can it be removed?
The text was updated successfully, but these errors were encountered: