AddonManager: open addon's location directory (#19209)
* AddonManager: open addon's location directory * AddonManager: account for macros when setting addon location
This commit is contained in:
@@ -150,6 +150,9 @@ class Addon:
|
||||
# The location of the Mod directory: overridden by testing code
|
||||
mod_directory = fci.DataPaths().mod_dir
|
||||
|
||||
# The location of the Macro directory: overridden by testing code
|
||||
macro_directory = fci.DataPaths().macro_dir
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
name: str,
|
||||
|
||||
Reference in New Issue
Block a user