Skip to content

Commit

Permalink
fix string format for python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3Rabbit committed Jan 28, 2025
1 parent eae3082 commit f8ea0f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions helpers/test_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,7 @@ def get_error_info(url, test_type, ex):
result.extend(get_versions())
result.extend(['###############################################',
'\n# Information:',
f"\nDateTime: { \
datetime.now().strftime('%Y-%m-%d %H:%M:%S') \
}",
f"\nDateTime: {datetime.now().strftime('%Y-%m-%d %H:%M:%S')}",
f'\nUrl: {url}',
f'\nTest Type(s): {test_type}',
'\n###############################################'
Expand Down

0 comments on commit f8ea0f5

Please sign in to comment.