Commit ef1a59a82b2b0bf467c5709f0b72c0e5a1b80528

Authored by Playtenders
1 parent 956b4e9d

edit

... ... @@ -344,7 +344,6 @@ def download_file(url, file_name, output_dir):
344 344
345 345 def parse_complaintPeriod_date(date_string):
346 346 date_str = datetime.strptime(date_string, "%d.%m.%Y %H:%M")
347   - date_str -= timedelta(minutes=5)
348 347 date = datetime(date_str.year, date_str.month, date_str.day, date_str.hour, date_str.minute, date_str.second,
349 348 date_str.microsecond)
350 349 date = TZ.localize(date).isoformat()
... ...
... ... @@ -58,7 +58,7 @@ fill tender form
58 58 ${lots} = get from dictionary by keys ${data} lots
59 59 run keyword if condition is not none ${lots} fill tender form lots ${lots}
60 60 ${supplier_data} = op_robot_tests.tests_files.service_keywords . Test Supplier Data
61   - Run Keyword And Ignore Error fill tender from award reporting ${supplier_data.data.value.amount} ${supplier_data.data.suppliers[0]}
  61 + run keyword if '${mode}' in 'negotiation reporting' fill tender from award reporting ${supplier_data.data.value.amount} ${supplier_data.data.suppliers[0]}
62 62 Run Keyword And Ignore Error fill tender required documents
63 63
64 64 fill tender general info
... ...
Please register or login to post a comment