summaryrefslogtreecommitdiffstats
path: root/src/fedoradev-pkgowners
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2010-08-03 20:49:50 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2010-08-08 17:07:14 +0200
commit63570e8513a930a3d61cf8f3b07fe6cfdd8a1d2c (patch)
treeffbc8b61aa430634a9e2319cb5ff76c38a44899e /src/fedoradev-pkgowners
parent09cdb43fc776b9e9b26045f1c4e9d57ed6ee6bc6 (diff)
downloadfedora-packager-63570e8513a930a3d61cf8f3b07fe6cfdd8a1d2c.tar.gz
fedora-packager-63570e8513a930a3d61cf8f3b07fe6cfdd8a1d2c.tar.xz
fedora-packager-63570e8513a930a3d61cf8f3b07fe6cfdd8a1d2c.zip
Remove function call results as default param values
The function call is evaluated once when the module code is read. However, the os.getcwd() function might give different results at run time than at module reading time. Replaced those default param values with None, and let the functions call os.getcwd() if the param happens to be None.
Diffstat (limited to 'src/fedoradev-pkgowners')
0 files changed, 0 insertions, 0 deletions