Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 6b55d51

Browse files
committed
Fix spelling
1 parent e3c6f85 commit 6b55d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/regression-tests/CRS_Tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_logs(self):
3333
import datetime
3434
config = ConfigParser.ConfigParser()
3535
settings_file = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) + '/settings.ini'
36-
print('%s settings file location' % settings-file)
36+
print('%s settings file location' % settings_file)
3737
config.read(settings_file)
3838
log_location = config.get('settings', 'log_location')
3939
our_logs = []

0 commit comments

Comments
 (0)