Skip to content

Commit

Permalink
Better logging [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
micheles committed Jan 20, 2024
1 parent 17c97c6 commit 6b831c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openquake/commonlib/oqvalidation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1949,8 +1949,8 @@ def is_valid_export_dir(self):
os.path.join(self.input_dir, self.export_dir))
if not self.export_dir:
self.export_dir = os.path.expanduser('~') # home directory
logging.warning('export_dir not specified. Using export_dir=%s'
% self.export_dir)
logging.info('export_dir not specified. Using export_dir=%s'
% self.export_dir)
return True
if not os.path.exists(self.export_dir):
try:
Expand Down

0 comments on commit 6b831c1

Please sign in to comment.