1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-04 18:46:17 +01:00

Merge branch 'improve_created_binaries_msg' of https://github.com/lethliel/osc

Improve message that is printed during "osc getbinaries...".
This commit is contained in:
Marcus Huewe 2018-03-13 15:16:12 +01:00
commit a25209ac31

View File

@ -7142,7 +7142,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
# Set binary target directory and create if not existing
target_dir = os.path.normpath(opts.destdir)
if not os.path.isdir(target_dir):
print('Creating %s' % target_dir)
print('Creating directory "%s"' % target_dir)
os.makedirs(target_dir, 0o755)
for arch in arches: