Skip to content

Commit

Permalink
chore - fmt the msg
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxins authored Nov 1, 2021
1 parent c8956a0 commit 5a1b6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus_flask_exporter/multiprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _check_multiproc_env_var():
if os.path.isdir(os.environ['prometheus_multiproc_dir']):
return

raise ValueError('one of env PROMETHEUS_MULTIPROC_DIR or env prometheus_multiproc_dir' +
raise ValueError('one of env PROMETHEUS_MULTIPROC_DIR or env prometheus_multiproc_dir ' +
'must be set and be a directory')


Expand Down

0 comments on commit 5a1b6ee

Please sign in to comment.