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:
commit
a25209ac31
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user