Skip to content

Commit

Permalink
Move a warning message to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromerobert committed Oct 19, 2020
1 parent 2f293f7 commit a97cbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcvb/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def get_to_gcvb_root():
nd = os.path.dirname(d)
if nd == d:
print("Warning: config.yaml was not found in a parent directory."
" Using current folder as gcvb instance root.")
" Using current folder as gcvb instance root.", file=sys.stderr)
d = cwd
break
else:
Expand Down

0 comments on commit a97cbef

Please sign in to comment.