Skip to content

Commit 8ff466f

Browse files
committed
Removed cpu_usage command from args.
1 parent bd7ffc5 commit 8ff466f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

s_tracker.py

+2-8
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ def get_args():
202202
parser.add_argument("-ac","--all_charts")
203203
parser.add_argument("-od","--other_drives")
204204
parser.add_argument("-dc","--drive_count")
205-
parser.add_argument("-cpu","--cpu_usage")
206205
args = parser.parse_args()
207206
if args.barchart:
208207
print(" ")
@@ -264,13 +263,8 @@ def get_args():
264263
print(f"File systems Found: {fstype_list}")
265264
elif len(partition_list) < 2:
266265
print("There is only one drive.")
267-
elif args.cpu_usage:
268-
#[TODO]: Create a graph that monitors CPU usage, then outputs results.
269-
print(" ")
270-
print(f"{args.cpu_usage} implementation in progress.")
271-
272-
273-
266+
267+
274268

275269
greeting()
276270
get_account()

0 commit comments

Comments
 (0)