Agent: Remove print statement for policyuniverse in monkey spec
This commit is contained in:
parent
9a88ac3ed8
commit
c458f933c4
|
@ -5,13 +5,10 @@ import sys
|
|||
|
||||
|
||||
|
||||
from PyInstaller.utils.hooks import collect_data_files
|
||||
|
||||
block_cipher = None
|
||||
|
||||
|
||||
def main():
|
||||
print(collect_data_files('policyuniverse'))
|
||||
a = Analysis(['main.py'],
|
||||
pathex=['..'],
|
||||
hiddenimports=get_hidden_imports(),
|
||||
|
|
Loading…
Reference in New Issue