esilver-uvm / Left-Group-VERSO

Repository for the Left Group (from the back) of the Advanced Programming VERSO activity.
MIT License
0 stars 8 forks source link

rgb_to_hex.py Bug Report #25

Closed hcussatt closed 2 weeks ago

hcussatt commented 2 weeks ago

Invalid RGB conversion along with crashing above certain input threshold.

Steps to Reproduce

1.) Enter any RGB value 2.) Values above 122 crash program, values below 122 are incorrect conversions

Expected Behavior A: Return a valid hex value equivalent to entered RGB value

Actual Behavior A: Returns hex value different from entered RGB value

Additional Information

Operating System: macOS Sonoma 14.3 Browser: Google Chrome Version: 129.0.6668.100 Any other relevant information Possible Solution If you have any suggestions for a possible solution, please include them here.

High priority issue, program does not work without necessary fixes

Bug is completely and consistently reproducible.

High impact bug, as program does not work without necessary fixes

esilver-uvm commented 2 weeks ago

Fixed. *2 present in code.