8fdb068d7a
Change the file mode arg to 'raw' ala file args Following the file_common_args model, change the type of the 'mode' arg here to type='raw' with no default arg value. The default mode for file creation is the module constant DEFAULT_SOURCES_PER, and is used if no mode os specified. A default mode of 0644 (and not specified as int or str) would get converted to an octal 420, resulting in the sources file being created with mode '0420' instead of '0644' Fixes #16370 |
||
---|---|---|
.. | ||
__init__.py | ||
apt.py | ||
apt_key.py | ||
apt_repository.py | ||
apt_rpm.py | ||
package.py | ||
redhat_subscription.py | ||
rhn_channel.py | ||
rhn_register.py | ||
rpm_key.py | ||
yum.py |