Skip to content

Commit

Permalink
PEP8 double aggressive E22, E224, E241, E242 and E27
Browse files Browse the repository at this point in the history
  • Loading branch information
oe-alliance-plugins python bot committed Oct 23, 2021
1 parent fe12a8e commit 4d405fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blindscan/src/dmmBlindScan.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ def createConfig(self, frontendData):
elif self.is_Ku_band_scan:
self.freq_limits = (self.Ku_band_freq_limits["low"], self.Ku_band_freq_limits["high"])
elif self.user_defined_lnb_scan:
self.freq_limits=(self.user_defined_lnb_lo_freq + self.tunerIfLimits["low"], self.user_defined_lnb_lo_freq + self.tunerIfLimits["high"])
self.freq_limits = (self.user_defined_lnb_lo_freq + self.tunerIfLimits["low"], self.user_defined_lnb_lo_freq + self.tunerIfLimits["high"])

if self.is_c_band_scan:
self.dmmBlindscan.freq_start = ConfigInteger(default=self.c_band_freq_limits["default_low"], limits=(self.freq_limits[0], self.freq_limits[1]))
Expand Down

0 comments on commit 4d405fe

Please sign in to comment.