Skip to content

Commit

Permalink
Update warning message for default conf file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliGautier committed Oct 16, 2024
1 parent 65d7cbe commit 92acf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arlas/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def init(
}
)
Configuration.save(variables["configuration_file"])
print("Warning : no configuration file found, we created an empty one for you ({}).".format(variables["configuration_file"]), file=sys.stderr)
print("Warning : no configuration file found, we created a default one with a 'local' confs accessing local ARLAS exploration stack ({}).".format(variables["configuration_file"]), file=sys.stderr)
sys.exit(0)


Expand Down

0 comments on commit 92acf7d

Please sign in to comment.