Updated common.requires_os calls (#3109)

This commit is contained in:
eric-forte-elastic
2023-10-03 10:47:58 -04:00
committed by GitHub
parent 8f122197bb
commit bba8cd3b57
484 changed files with 484 additions and 484 deletions
+1 -1
View File
@@ -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"