Updated common.requires_os calls (#3109)
This commit is contained in:
committed by
GitHub
parent
8f122197bb
commit
bba8cd3b57
@@ -24,7 +24,7 @@ ROOT_DIR = Path(__file__).parent
|
||||
EXE_FILE = common.get_path("bin", "renamed.exe")
|
||||
|
||||
|
||||
@common.requires_os(metadata.platforms)
|
||||
@common.requires_os(*metadata.platforms)
|
||||
def main():
|
||||
|
||||
fake_word = ROOT_DIR / "winword.exe"
|
||||
|
||||
Reference in New Issue
Block a user