mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
Modernize Python 2 code to get ready for Python 3
This commit is contained in:
@@ -89,7 +89,7 @@ options = vars(options)
|
||||
|
||||
|
||||
if options['preset']:
|
||||
print ' Using preset data numbers set ' + str(options['preset'])
|
||||
print(' Using preset data numbers set ' + str(options['preset']))
|
||||
# Read the numbers of resources from presets file, if provided
|
||||
presets_filename = os.path.abspath(os.path.join(
|
||||
os.path.dirname(os.path.abspath(__file__)), 'presets.tsv'))
|
||||
|
||||
Reference in New Issue
Block a user