Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
simojo committed Oct 27, 2023
1 parent f5e46c5 commit e7ed5e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions chasten/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ def validate_configuration_files(
# since config was explicit, it is not possible
# to validate the configuration file
else:
output.logger.error(
"\nGiven configuration was not a valid Path or URL.\n"
)
output.logger.error("\nGiven configuration was not a valid Path or URL.\n")
return (False, {})
# there is no configuration file specified and thus
# this function should access the platform-specific
Expand Down

0 comments on commit e7ed5e7

Please sign in to comment.