diff --git a/octosuite/octosuite.py b/octosuite/octosuite.py index 814f4c5..f8fa598 100644 --- a/octosuite/octosuite.py +++ b/octosuite/octosuite.py @@ -87,7 +87,7 @@ def check_updates(): def list_dir_and_files(): - os.system('dir' if os.name == 'nt' else 'ls') + subprocess.call('cmd.exe /c dir' if os.name == "nt" else 'ls') # Delete a specified csv file