bit-team / backintime

Back In Time - An easy-to-use backup tool for GNU Linux using rsync in the back
https://backintime.readthedocs.io
GNU General Public License v2.0
1.9k stars 175 forks source link

TypeError: append_bit_to_crontab() missing 1 required positional argument: 'bit_lines' #1765

Closed fallingrock closed 1 week ago

fallingrock commented 2 weeks ago

When launching, or changing settings, the following error appears:

profile_ids=['1']
cron_lines=['']
Traceback (most recent call last):
  File "/usr/share/backintime/qt/app.py", line 2016, in run
    self.config.setupCron()
  File "/usr/share/backintime/common/config.py", line 1629, in setupCron
    crontab_lines = schedule.append_bit_to_crontab(
TypeError: append_bit_to_crontab() missing 1 required positional argument: 'bit_lines'

Appears to be related to #1747

buhtz commented 2 weeks ago

Yeah, this was my fault. Fixed in pending PR #1761.