Skip to content

Commit

Permalink
artiq_run: add dummy pause method (closes #100)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Aug 15, 2015
1 parent 8669f1d commit 34a9c8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions artiq/frontend/artiq_run.py
Expand Up @@ -51,6 +51,9 @@ def submit(self, pipeline_name, expid, priority, due_date, flush):
def delete(self, rid):
logger.info("Deleting RID %s", rid)

def pause(self):
pass


def get_argparser(with_file=True):
parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 34a9c8c

Please sign in to comment.