Skip to content

Commit

Permalink
fix error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Aug 14, 2023
1 parent 653b0bd commit a6ea0ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions looper/looper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1059,9 +1059,9 @@ def main(test_args=None):
sys.exit(1)
else:
_LOGGER.warning(
"The Looper config specification through the PEP project is deprecated and will "
"be removed in future versions. Please use the new running method by "
f"utilizing a looper config file. For more information: {'here is more information'} "
"This PEP configues looper through the project config. This approach is deprecated and will "
"be removed in future versions. Please use a looper config file. For more information see "
"looper.databio.org/en/latest/looper-config"
)

if args.command == "init":
Expand Down

0 comments on commit a6ea0ae

Please sign in to comment.