Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
guzzijones authored Dec 17, 2021
1 parent 425a2f7 commit 37e5dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orquesta/commands/rehearsal.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

def process(base_path, test_spec):
fixture_path = "%s/%s" % (base_path, test_spec)

if not os.path.isfile(fixture_path):
raise exc.WorkflowRehearsalError('The test spec "%s" does not exist.' % fixture_path)
LOG.info('Initiating test spec "%s".' % fixture_path)
Expand Down

0 comments on commit 37e5dc5

Please sign in to comment.