mirror of
				https://github.com/KevinMidboe/mktxp-no-cli.git
				synced 2025-10-29 17:50:23 +00:00 
			
		
		
		
	cli options
This commit is contained in:
		| @@ -128,10 +128,10 @@ class MKTXPConfigHandler: | |||||||
|  |  | ||||||
|         # if needed, stage the user config data |         # if needed, stage the user config data | ||||||
|         self.usr_conf_data_path = os.path.join(self.os_config.mktxp_user_dir_path, 'mktxp.conf') |         self.usr_conf_data_path = os.path.join(self.os_config.mktxp_user_dir_path, 'mktxp.conf') | ||||||
|         self.mktxp_conf_path = os.path.join(self.os_config.mktxp_user_dir_path, '.mktxp.conf') |         self.mktxp_conf_path = os.path.join(self.os_config.mktxp_user_dir_path, '_mktxp.conf') | ||||||
|  |  | ||||||
|         self._create_os_path(self.usr_conf_data_path, 'mktxp/cli/config/mktxp.conf') |         self._create_os_path(self.usr_conf_data_path, 'mktxp/cli/config/mktxp.conf') | ||||||
|         self._create_os_path(self.mktxp_conf_path, 'mktxp/cli/config/.mktxp.conf') |         self._create_os_path(self.mktxp_conf_path, 'mktxp/cli/config/_mktxp.conf') | ||||||
|  |  | ||||||
|         self._read_from_disk() |         self._read_from_disk() | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user