mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
commit
bcee4fe80c
1 changed files with 3 additions and 3 deletions
|
@ -253,9 +253,9 @@ def default_xonshrc(env):
|
|||
# Check if old config file exists and issue warning
|
||||
old_config_filename = xonshconfig(env)
|
||||
if os.path.isfile(old_config_filename):
|
||||
print_color('{RED}WARNING!{NO_COLOR} old style configuration (' +
|
||||
old_config_filename + ') is not longer supported. ' +
|
||||
'Please migrate to xonshrc.')
|
||||
print('WARNING! old style configuration (' +
|
||||
old_config_filename + ') is no longer supported. ' +
|
||||
'Please migrate to xonshrc.')
|
||||
return dxrc
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue