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
When I run the kcl run path/to/files command from a directory that does not contain a root path, kcl.mod and kcl.mod.lock files are generated in the directory specified on the command line path to run. However, I did not intend for the specified path to become a root path and it can be unclear why it is being treated as one. Why does the kcl.mod file get created automatically? Is there any way to change this default behavior so that I don't have files auto generated in places I don't expect and that will affect the results of running kcl code?
The text was updated successfully, but these errors were encountered:
We have confirmed that this is a bug in version 0.11.0-alpha.1, and we are fixing it. We are curious to know whether it also exists in other versions. If you are not in version 0.11.0-alpha.1, please give me your version number. To help me better capture this problem. Thanks !
General Question
When I run the
kcl run path/to/files
command from a directory that does not contain a root path,kcl.mod
andkcl.mod.lock
files are generated in the directory specified on the command line path to run. However, I did not intend for the specified path to become a root path and it can be unclear why it is being treated as one. Why does thekcl.mod
file get created automatically? Is there any way to change this default behavior so that I don't have files auto generated in places I don't expect and that will affect the results of runningkcl
code?The text was updated successfully, but these errors were encountered: