diff --git a/appdirs.py b/appdirs.py index 90d40cc..f4dba09 100644 --- a/appdirs.py +++ b/appdirs.py @@ -389,7 +389,7 @@ def user_config_dir(self): @property def site_config_dir(self): - return site_data_dir(self.appname, self.appauthor, + return site_config_dir(self.appname, self.appauthor, version=self.version, multipath=self.multipath) @property